-
Adding and Editing Locale Translation Strings
Higher Logic Vanilla (Vanilla) is a fully localized application which means that all parts of our user interface have be able to be translated into "local languages." When developing, keep localization in mind. 📝 NOTE: This article details various things that you should consider when developing a localizable application.…
-
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. Need to customize the phrasing just on your…