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

Modified translations and i18n for auth

This commit is contained in:
zhengxie
2012-10-30 14:42:21 +08:00
parent ce44097f49
commit 438f54bcac
14 changed files with 231 additions and 65 deletions

View File

@@ -96,6 +96,7 @@ LANGUAGES = (
)
LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),
os.path.join(os.path.dirname(__file__), 'thirdpart/auth/locale'),
)
TEMPLATE_CONTEXT_PROCESSORS = (