mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
Traditional Chinese Support
This commit is contained in:
@@ -129,6 +129,7 @@ gettext_noop = lambda s: s
|
||||
LANGUAGES = (
|
||||
('en', gettext_noop('English')),
|
||||
('zh-cn', gettext_noop(u'简体中文')),
|
||||
('zh-HK', gettext_noop(u'正體中文')),
|
||||
('ru', gettext_noop(u'Русский')),
|
||||
('de', gettext_noop(u'Deutsch')),
|
||||
('es', gettext_noop('Español')),
|
||||
|
Reference in New Issue
Block a user