Use zh_CN as default zh locale for Chromium.

This commit is contained in:
FelisCatus 2014-10-13 21:32:39 +08:00
parent 73eed609b3
commit 51f5ec8019
3 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@ module.exports =
cwd: '../omega-i18n'
src: ['**/*']
dest: 'build/_locales/'
i18n_zh:
expand: true
cwd: '../omega-i18n/zh_CN'
src: ['**/*']
dest: 'build/_locales/zh'
overlay:
expand: true
cwd: 'overlay'

View File

@ -10,7 +10,7 @@ module.exports =
tasks: ['copy:web']
copy_i18n:
files: ['../omega-i18n/**/*']
tasks: ['copy:i18n']
tasks: ['copy:i18n', 'copy:i18n_zh']
copy_target:
files: ['node_modules/omega-target/omega_target.min.js']
tasks: ['copy:target']