mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
Merge pull request #63 from jjjasont/master
Traditional Chinese Support
This commit is contained in:
4373
locale/zh_HK/LC_MESSAGES/django.po
Normal file
4373
locale/zh_HK/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -129,6 +129,7 @@ gettext_noop = lambda s: s
|
|||||||
LANGUAGES = (
|
LANGUAGES = (
|
||||||
('en', gettext_noop('English')),
|
('en', gettext_noop('English')),
|
||||||
('zh-cn', gettext_noop(u'简体中文')),
|
('zh-cn', gettext_noop(u'简体中文')),
|
||||||
|
('zh-HK', gettext_noop(u'正體中文')),
|
||||||
('ru', gettext_noop(u'Русский')),
|
('ru', gettext_noop(u'Русский')),
|
||||||
('de', gettext_noop(u'Deutsch')),
|
('de', gettext_noop(u'Deutsch')),
|
||||||
('es', gettext_noop('Español')),
|
('es', gettext_noop('Español')),
|
||||||
|
Reference in New Issue
Block a user