Giter Site home page Giter Site logo

Comments (9)

pherrymason avatar pherrymason commented on August 16, 2024

Do you mean including them in the output array?

from php-po-parser.

Cellard avatar Cellard commented on August 16, 2024

Yes. Knowing previous translations may be useful for translator

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

Ok, I see no problem in implementing this.

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

I've implemented the parsing of #| lines and added a test.
I've it works for you I'll close this.

from php-po-parser.

Cellard avatar Cellard commented on August 16, 2024

Here is content of po-file:

#| msgid "%d php-файло"
#| msgid_plural "%d php-файлины"
msgid "%d php-файл"
msgid_plural "%d php-файлов"

Here is how it was parsed:
['previous'] => array(
['msgid'] => array(
[0] =>'%d php-файло',
[1] =>'msgid_plural "%d php-файлины"'
)
['msgstr'] => ''
)

msgstr can not have previous value, while msgid_plural and msgctxt can

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

Sorry about lack of news here, I'm a bit busy right now...

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

@Cellard I've pushed a new branch fix19 that tries to resolve your last issue. Could you test it?

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

Writing tests are failing though until we can confirm reading is ok.

from php-po-parser.

pherrymason avatar pherrymason commented on August 16, 2024

I'm not seeing any problems in my tests @Cellard , could you check this with your data?

from php-po-parser.

Related Issues (20)

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.