Tagged Questions
The po-file tag has no wiki summary.
9
votes
3answers
507 views
Gettext .po files under version control
Currently using Gettext on a project and the .po files are nicely kept
under version control.
PO files of course contain translations, but in addition to that they
also contain some metadata - ...
0
votes
1answer
127 views
References in PO file - using cakephp: Have them any effect on the translation?
At present I am working with a cakephp solution (closed source unfortunatelly) and noticed sometimes that a string won't be translated even if it has msgid entry in the po file.
I realized that this ...
0
votes
4answers
2k views
php source code to PO file generator
I have to convert all my echo/print string from my php source code file to PO file(for the language translation),
is there any batch convector available for the same.