mirror of
https://github.com/pretix/pretix.git
synced 2026-09-13 16:14:40 +00:00
Data structures and form elements for internationalized data
This commit is contained in:
@@ -112,8 +112,8 @@ LOCALE_PATHS = (
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _ # NOQA
|
||||
LANGUAGES = (
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('de', _('German')),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user