mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Use zh_CN as default zh locale for Chromium.
This commit is contained in:
parent
73eed609b3
commit
51f5ec8019
@ -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'
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user