|
Adding English Content
In 'lang' dir you can now add new language-specific items. It should first be added for English and then, eventually, ported into other languages.
Procedure is follows:
Adding new content:
- Add new content to the relevant file under English (en) directory and, after each line, add a comment like: // to translate.
- Add this English content symmetrically to every relevant file in other language folders. (Keep 'to translate' comments)
- Create a detailed task (tracker?) item assigned to whoever is responsible for translations.
Modifying existing data
- Do changes first under English (en)
- Add this English content symmetrically to every relevant file in other language folders right under the same, already translated, line.
- Comment the line(s) with '//'
- Create a detailed task (tracker?) item assigned to whoever is responsible for translations.
|