Data structures and form elements for internationalized data

This commit is contained in:
Raphael Michel
2015-04-03 16:53:03 +02:00
parent f4d3679841
commit 03df35bccd
14 changed files with 345 additions and 68 deletions

View File

@@ -112,8 +112,8 @@ LOCALE_PATHS = (
from django.utils.translation import ugettext_lazy as _ # NOQA
LANGUAGES = (
('de', _('German')),
('en', _('English')),
('de', _('German')),
)