Browse Source

Remove useless omega-i18n copy task.

FelisCatus 9 years ago
parent
commit
72f8499e98
1 changed files with 0 additions and 10 deletions
  1. 0 10
      omega-target-chromium-extension/grunt/copy.coffee

+ 0 - 10
omega-target-chromium-extension/grunt/copy.coffee

@@ -11,16 +11,6 @@ module.exports =
   target_self:
     src: 'omega_target_chromium_extension.min.js'
     dest: 'build/js/'
-  i18n:
-    expand: true
-    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'