mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-11 11:52:08 +00:00
Change language description
This commit is contained in:
parent
ee1fca4b6a
commit
3e464c21d9
@ -137,7 +137,7 @@ LANGUAGES = (
|
|||||||
('hu', gettext_noop('Magyar')),
|
('hu', gettext_noop('Magyar')),
|
||||||
('ru', gettext_noop(u'Русский')),
|
('ru', gettext_noop(u'Русский')),
|
||||||
('zh-cn', gettext_noop(u'简体中文')),
|
('zh-cn', gettext_noop(u'简体中文')),
|
||||||
('zh-tw', gettext_noop(u'正體中文')),
|
('zh-tw', gettext_noop(u'繁體中文')),
|
||||||
)
|
)
|
||||||
LOCALE_PATHS = (
|
LOCALE_PATHS = (
|
||||||
os.path.join(PROJECT_ROOT, 'locale'),
|
os.path.join(PROJECT_ROOT, 'locale'),
|
||||||
|
Loading…
Reference in New Issue
Block a user