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:

  1. define key/value in english
  2. go google translate other 2 languages
  3. 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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -