mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[new file] added file for german translation
This commit is contained in:
committed by
Robin Nehls
parent
43b3c5d9e7
commit
387884b933
3457
locale/de/LC_MESSAGES/django.po
Normal file
3457
locale/de/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -99,6 +99,7 @@ LANGUAGES = (
|
|||||||
('en', gettext_noop('English')),
|
('en', gettext_noop('English')),
|
||||||
('zh-cn', gettext_noop(u'简体中文')),
|
('zh-cn', gettext_noop(u'简体中文')),
|
||||||
('ru', gettext_noop(u'Русский')),
|
('ru', gettext_noop(u'Русский')),
|
||||||
|
('de', gettext_noop(u'Deutsch')),
|
||||||
)
|
)
|
||||||
LOCALE_PATHS = (
|
LOCALE_PATHS = (
|
||||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||||
|
Reference in New Issue
Block a user