diff options
author | π΄πΏπ¦ Lukas Eipert (OOO until Summit) <leipert@gitlab.com> | 2018-08-16 19:03:57 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-08-16 19:03:57 +0000 |
commit | 8f9442fcdf9d98ea28e6abd582aad1dc2086e1bd (patch) | |
tree | 347faa88ea898062b131e047a77130f44333704b /package.json | |
parent | 76cd1dd68198bb464b12de7525ab067c6d4dc025 (diff) | |
download | gitlab-ce-8f9442fcdf9d98ea28e6abd582aad1dc2086e1bd.tar.gz |
Frontend: Proper gettext extraction with gettext-extractor
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 975dd2619d7..f5fc759f76e 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,8 @@ "eslint-plugin-jasmine": "^2.1.0", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-vue": "^4.5.0", + "gettext-extractor": "^3.3.2", + "gettext-extractor-vue": "^4.0.1", "ignore": "^3.3.7", "istanbul": "^0.4.5", "jasmine-core": "^2.9.0", |