1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

Change language description

This commit is contained in:
zhengxie 2013-08-05 11:42:59 +08:00
parent ee1fca4b6a
commit 3e464c21d9

View File

@ -137,7 +137,7 @@ LANGUAGES = (
('hu', gettext_noop('Magyar')),
('ru', gettext_noop(u'Русский')),
('zh-cn', gettext_noop(u'简体中文')),
('zh-tw', gettext_noop(u'體中文')),
('zh-tw', gettext_noop(u'體中文')),
)
LOCALE_PATHS = (
os.path.join(PROJECT_ROOT, 'locale'),