-
Adding and Editing Locale Translation Strings
Vanilla is a fully localized application. That means that all parts of our user interface must be able to be translated. When developing please keep localization in mind. Considerations you should know when developing a localizable application. If you've never written a localized application before there are things you…
-
Creating Translation Strings
General Rules Source strings should be in English. Make sure all user-viewed text gets run through a translation function. Never translate HTML classes or code. Always use a succinct definition string. Avoid jargon or regional dialect. Sentences should end in punctuation. Avoid repeating phrases when not needed. For…
-
Translating Vanilla in Github
Translating Vanilla Want to help us improve our translations? We have a Transifex project for contributing to this. Create an account there and submit your improvements. These docs are for developers working with Vanilla in Github -- typically Enterprise or Open source clients. The general documentation on this topic is…