1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[new file] added file for german translation

This commit is contained in:
Phillip Thelen
2013-01-16 18:14:50 +01:00
committed by Robin Nehls
parent 43b3c5d9e7
commit 387884b933
2 changed files with 3458 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ LANGUAGES = (
('en', gettext_noop('English')),
('zh-cn', gettext_noop(u'简体中文')),
('ru', gettext_noop(u'Русский')),
('de', gettext_noop(u'Deutsch')),
)
LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),