codeigniter - Repetitive task entering key/values in to languages files -
i have code igniter application in 3 languages. when have new key/value pair language entry, following:
- define key/value in english
- go google translate other 2 languages
- add key/value other files
this takes 2-3 minutes per key. have suggestions on how speed up? apis google translate?
http://code.google.com/apis/language/translate/v1/using_rest_translate.html
this docs current iteration of translate rest api
in theory write application take english lang file , generate specified language. seems useful/popular.
Comments
Post a Comment