thermondo

thermondo Developer Handbook

View My GitHub Profile

i18n and l10n

All code, variable names, documentation in code is english. User-readable strings (Button text, text in templates, messages, …) is english, too. Provide translations in a translation-file (see the Django i18n docs) and test these translations.

For date/time formatting, or numbers/currency have look at Django l10n and use it.