1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

Added Russian support

This commit is contained in:
zhengxie
2012-12-28 11:27:11 +08:00
parent e24c8fb1bb
commit bb6501dc62
4 changed files with 8494 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ gettext_noop = lambda s: s
LANGUAGES = (
('en', gettext_noop('English')),
('zh-cn', gettext_noop(u'简体中文')),
('ru', gettext_noop(u'Русский')),
)
LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),