Russia
|
Ok.
I recommend the next procedure:
When edit the next lang file, do the next steps FOR EACH LINE:
1) Copy to clipboard a phrase that you want to translate.
For example, let the line is:
'footerbanner_index' => 'HomeInicio',//'首页',
So you have to copy 'Home'. (together with apostrophs)
2) Edit this line to:
'footerbanner_index' => 'Inicio',//'首页',
3) Save the file.
4) Search ALL the files that contains the 'Home'
5) Edit each file and replace all the 'Home' with 'Inicio'. Save each such file.
6) Return to editing the first file, [ go to 1) ]
It will a "Draft" translation.
After all the files are transkated you will need to justify your translation in a run-time.
Look to a site page, seeng a bad translation, find corresponing file and edit it, clean the cache, rerun the page, and so on
|
|