To fix [1828065], I moved $pgv_lang["none"] from admin.en.php to lang.en.php in SVN 2156.
Should I do the same for all the other language files too? Or is it better to let the people who maintain the languages update their own files? I don't want to step on any toes :)
Thanks,
-larry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You should let the translators move the variable from one file to another. Some translators prefer to control the exact placement of the variables within each file. You have no hope of identifying these translators or even how they wish to place the variable.
By doing the move in English, you've corrected the original problem. Now, it's just a problem of a missing translation on some pages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
To fix [1828065], I moved $pgv_lang["none"] from admin.en.php to lang.en.php in SVN 2156.
Should I do the same for all the other language files too? Or is it better to let the people who maintain the languages update their own files? I don't want to step on any toes :)
Thanks,
-larry
You should let the translators move the variable from one file to another. Some translators prefer to control the exact placement of the variables within each file. You have no hope of identifying these translators or even how they wish to place the variable.
By doing the move in English, you've corrected the original problem. Now, it's just a problem of a missing translation on some pages.
great! Thanks for clarifying that Gerry!