Tagged Questions
0
votes
1answer
40 views
boost translate: po file not work
I was used boost::locale to make a multilanguage exe, but it doesn't work.
The exe always output "Hello World".
How can it output "您好"?
I used the example code from ...
0
votes
0answers
54 views
Using Translate Toolkit, getting error “'utf8' codec can't decode byte 0xe9 in position 9: unexpected end of data”
I am trying to take a XLSX file that was originally created from a Drupal French PO file and converted to CSV (and then by the client to XLSX) and convert it back to PO file format. However I am ...
1
vote
1answer
92 views
Automatically translate an already translated .po-file
Have a GNU gettext (.po) file that has already been translated into a language. I'd like to translate it to another language automatically.
The file looks like this
#: attachment.php:19
#, ...
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 ...
0
votes
1answer
284 views
Can't add language translation support to Wordpress plugin
I am trying to add language/translation support for my Wordpress plugin using POEdit software to create .po files, but the code isn't working and there are no screen error printing out.
My plugin is ...
1
vote
1answer
459 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?