1
0
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:
Jason Tsang
2013-06-20 20:51:09 +10:00
parent 1ccf07bd14
commit a4cb10989c
2 changed files with 4374 additions and 0 deletions

View File

@@ -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')),