Top "Po" questions

PO files are the format of the GNU gettext translation files.

Automatically translate .po files?

There used to be a few services that used Google Translate API V1 to automatically translate .po files. Google has …

api translate po
.po files and gettext VS JSON and custom i18n library?

I need to develop or find some sort of lightweight gettext-like library in JavaScript for browser-side translations. Preferably the same …

javascript node.js internationalization gettext po
`po` gives `error: <EXPR>:1:1: error: use of unresolved identifier`

I have this problem with po in the console where trying to output a function works in itself, but outputting …

debugging swift console var po
Where I must put .po/.mo wordpress languages file?

I download a wordpress theme that have a language folder with .po and .mo files, I translate these files with …

wordpress po mo
Variables in PHP gettext

Possible Duplicate: How does gettext handle dynamic content? I'm using PHP's gettext. I want to translate a sentence which has …

php localization internationalization gettext po
How to get the .po file from .pot files

I use cakePHP 2.0 and use the console tool to create one .../app/locale/default.pot . Now, I would like to …

cakephp cakephp-2.0 po
Is there a Java library for parsing gettext PO files?

Does anyone know of a Java library that will let me parse .PO files? I simply want to create a …

java api scala gettext po