From 4cebe9ca713db004b980531a7a8bd4c4edeed055 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Thu, 26 Jan 2017 10:49:45 +0000 Subject: [PATCH] Create .pot message file under ./i18n It seems more consistent to generate the messages in the i18n directory as they relate to i18n. This will also help with setting up the translation infrastructure. Related blueprint: tripleo-ui-i18n-support-for-js Change-Id: I78cc96000ee82329142d0ac657dccdef376198c4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 584cf79d..eeea3df7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "start": "webpack-dev-server --progress", "test": "karma start --single-run", "test:watch": "karma start", - "json2pot": "rip json2pot ./i18n/extracted-messages/**/*.json -o ./messages.pot", + "json2pot": "rip json2pot ./i18n/extracted-messages/**/*.json -o ./i18n/messages.pot", "po2json": "rip po2json -m ./i18n/extracted-messages/**/*.json" }, "repository": {