mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
Enable message i18n with angular-gettext
Signed-off-by: Takao Fujiwara <tfujiwar@redhat.com>
This commit is contained in:
committed by
jaredevantabor
parent
088e9c0291
commit
40b94a38a8
@@ -18,6 +18,8 @@
|
||||
"scripts": {
|
||||
"build-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev",
|
||||
"build-docker-cid": "ip=`docker inspect --format '{{ .NetworkSettings.IPAddress }}' $DOCkER_CID` | npm set config ansible-tower:django_host ${ip}; grunt dev",
|
||||
"pot": "grunt nggettext_extract",
|
||||
"languages": "grunt nggettext_compile",
|
||||
"build-release": "grunt release",
|
||||
"pretest": "grunt clean:coverage",
|
||||
"test": "karma start karma.conf.js",
|
||||
@@ -34,6 +36,7 @@
|
||||
"browser-sync": "^2.14.0",
|
||||
"expose-loader": "^0.7.1",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-angular-gettext": "^2.2.3",
|
||||
"grunt-browser-sync": "^2.2.0",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-concurrent": "^2.3.0",
|
||||
@@ -75,6 +78,7 @@
|
||||
"angular-codemirror": "chouseknecht/angular-codemirror#1.0.4",
|
||||
"angular-cookies": "^1.4.3",
|
||||
"angular-drag-and-drop-lists": "leigh-johnson/angular-drag-and-drop-lists#1.4.0",
|
||||
"angular-gettext": "^2.3.5",
|
||||
"angular-md5": "^0.1.8",
|
||||
"angular-moment": "^0.10.1",
|
||||
"angular-resource": "^1.4.3",
|
||||
|
||||
Reference in New Issue
Block a user