gomoob / i18n

Polyglot.js extended to load JSON translation files and cache them.
MIT License
2 stars 0 forks source link

Allow management of PO files #7

Open bgaillard opened 9 years ago

bgaillard commented 9 years ago

Their is an issue to manage PO files here https://github.com/airbnb/polyglot.js/issues/30.

With the implementation of #4 we could be able to add a custom PO parser, the following implementations could be useful :

Phyks commented 8 years ago

FWIW, I know about https://github.com/fabi1cazenave/webL10n which is using *.properties files (with an already implemented parser and so on).

And the format used in this lib is really close to what Airbnb is doing in their lib. So it may be easier to implement :)