添加前端国际化文件缓存支持

This commit is contained in:
Yudong
2014-09-25 18:20:34 +08:00
parent fcb3c112e0
commit e48ddb2dd5
4 changed files with 13 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ module.exports =
cookie_time: 30 * 24 * 3600 * 1000
i18n:
version: '0,1'
available_language: ['zh_CN']
default_language: 'zh_CN'
default_timezone: 'Asia/Shanghai'