add (still empty) german translation

This commit is contained in:
Thomas Waldmann 2014-06-07 00:03:32 +02:00
parent f3153e7159
commit eca85172e7
3 changed files with 1315 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -34,4 +34,5 @@ INSTALLED_APPS += (
# https://docs.djangoproject.com/en/dev/topics/i18n/translation/#how-django-discovers-language-preference
LANGUAGES += (
('fr', gettext_noop('French')),
('de', gettext_noop('German')),
)