Write language files, not into the code. Closes #283

This commit is contained in:
James Brooks
2015-01-06 09:02:15 +00:00
parent ff0c7a0d7d
commit 3e74d28ff4

View File

@@ -9,6 +9,12 @@ Things to remember:
- Be descriptive
- Be respectful of others
## Languages
You **must not** write plain-English into the code, rather into the `app/lang/en/` language files (where appropriate). We can then push out the changes to our translators.
The only place where it is advisable to write English text into the code (as opposed to the language file) is for the API.
## Coding Standards
Please follow existing coding standards: