mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
i18n for pub page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# encoding: utf-8
|
||||
# Django settings for seahub project.
|
||||
import os
|
||||
|
||||
@@ -91,7 +92,7 @@ TEMPLATE_DIRS = (
|
||||
gettext_noop = lambda s: s
|
||||
LANGUAGES = (
|
||||
('en', gettext_noop('English')),
|
||||
('zh-cn', gettext_noop('Simplified Chinese')),
|
||||
('zh-cn', gettext_noop(u'简体中文')),
|
||||
)
|
||||
LOCALE_PATHS = (
|
||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||
|
Reference in New Issue
Block a user