#301: update en, ru, uk locales with new translations

This commit is contained in:
SleepWalker
2017-03-04 11:20:05 +02:00
parent fbcc2a740c
commit cb17dfbeb2
7 changed files with 12 additions and 3 deletions

View File

@@ -14,9 +14,8 @@
"test": "npm run build:dll && karma start ./karma.conf.js",
"lint": "eslint ./src",
"i18n:collect": "babel-node ./scripts/i18n-collect.js",
"i18n:unescape": "babel-node ./scripts/unescape-i18n.js",
"i18n:pull": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js pull",
"i18n:publish": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js publish",
"i18n:pull": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js pull",
"build": "npm run clean && npm run build:webpack -- --progress",
"build:webpack": "webpack --colors -p",
"build:quite": "npm run clean && npm run build:webpack -- --quite",