Devilry localization/internationalization/translationΒΆ
Devilry uses the Django localization platform/system. This means that:
Our translations are in the gettext
.poformat.We mark translation strings in Python code, templates and in JavaScript.
See README.md in the root of the git repo for info about building translations.