Code Monkey home page Code Monkey logo

wnk_translation's People

Contributors

adamhyski avatar ava007 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

adamhyski

wnk_translation's Issues

Multiline not parsed

When you add multiple lines to the textarea, it doesnt get parsed like it should:

msgid "V pořádku obnoveno"
msgstr "line 1"
"line 2"

Instead it looks like this:


msgid "V pořádku obnoveno"
msgstr "line 1
line 2"

which is invalid

Missing support for multiple pot files

I can only parse default.pot it would be nice if it parsed all pot files, saved name in DB column and then you could filter by it.

I could probably make PR for this and other two issues because other than that plugin works nice.

Missing mysql

There is only postgress file, guess there should be migration... anyway here is working mysql:

CREATE TABLE wnk_translation (
                               id varchar(36) primary key,
                               msgid varchar(255) NOT NULL,
                               locale varchar(5) DEFAULT 'cs_CZ',
                               created timestamp,
                               last_used timestamp DEFAULT NOW(),
                              `status` varchar(24) default 'Original',
                                            msgstr text
                                 );

CREATE TABLE wnk_translation_proposed (
                                        id varchar(36) primary key,
                                        msgid varchar(255) NOT NULL,
                                        locale varchar(5) DEFAULT 'cs_CZ',
                                        `status` varchar(24) default 'ProposedByUser',
                                        created timestamp,
                                        createdbyip varchar(41),
                                        msgstr text
);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.