Tagged Questions
4
votes
3answers
2k views
Automaticly translate .po files?
There use to be a few services that used Google Translate API V1 to automatically translate .po files.
Google has stopped their V1 API and with V2 they charge $20 for 1.000.000 words.
I have search ...
1
vote
1answer
460 views
Google Translate API vs PoEdit?
Recently, I find two ways to do translation for a web page:
1) Google Translate API
2) Poedit or create a PO, MO file
What are advantages or disadvantages of those two methods?
9
votes
6answers
2k views
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 Map of IDs and Values so I can load them into a database.