roundware-server icon indicating copy to clipboard operation
roundware-server copied to clipboard

Convert all localization to use Django i18n

Open 13rac1 opened this issue 11 years ago • 1 comments

Roundware currently isn't using the Django tools/classes/functions/methods for multi-lingual text. We should correct that.

Django docs: https://docs.djangoproject.com/en/dev/topics/i18n/translation/

Potential model translation method: https://github.com/deschler/django-modeltranslation

13rac1 avatar Jul 29 '14 01:07 13rac1

Related: #309, #311

IllyaMoskvin avatar Jan 20 '17 08:01 IllyaMoskvin