Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically translate .po files? [closed]

Tags:

api

translate

po

There used 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 searched but cannot find any tool that offers translation with the V2 version. You would expect someone to update their tool and charge $2 for 20.000 words and make a good profit.

Are there any paid or free tools that will automatically translate .po files?

like image 949
Lisa Avatar asked Apr 19 '12 10:04

Lisa


People also ask

How do I automatically translate line messages?

Click at the top right of the message room. Click 'Interpretation'. Check 'Translation'. Select 'Auto translation' or the target language.

How do you translate Poeditor?

Translating strings with Automatic Translation In any language page, click in the menu on Automatic Translation, then select the language pair for the machine translation engine ('I want to translate from' and 'to') and the translation source in your project (the strings you want to translate).


2 Answers

little bit late but google now provides this functionality

http://translate.google.com/toolkit/list?hl=en#translations/active

google translate has shut down this service :/

like image 140
Joran Beasley Avatar answered Oct 08 '22 02:10

Joran Beasley


See my free PHP tools Potrans, which translate PO files using Google Translator API

Download from repo here: https://github.com/OzzyCzech/potrans

like image 43
OzzyCzech Avatar answered Oct 08 '22 02:10

OzzyCzech