From c90dbfd03c52ca167d601921ef0eb253202c4a14 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Thu, 20 Oct 2022 17:32:09 -0400 Subject: [PATCH] LP 1993534: Followup to replace deprecated command Running ng xi18n manually complained that it's deprecated and extract-i18n is the new hotness. Signed-off-by: Jason Boyer Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/package.json b/Open-ILS/src/eg2/package.json index 63b2967b8f..3022582e3c 100644 --- a/Open-ILS/src/eg2/package.json +++ b/Open-ILS/src/eg2/package.json @@ -9,7 +9,7 @@ "lint": "ng lint", "e2e": "ng e2e", "create-mock-idl": "cd src/test_data && perl idl2js.pl", - "export-strings": "ng xi18n --output-path locale --format xmb", + "export-strings": "ng extract-i18n --output-path locale --format xmb", "build-cs-CZ": "ng build --configuration=production-cs-CZ --output-path ../../web/eg2/cs-CZ --deploy-url /eg2/cs-CZ/ --base-href /eg2/cs-CZ; sed -i s/IDL2js\\\"/IDL2js?locale=cs-CZ\\\"/g ../../web/eg2/cs-CZ/index.html; sed -i s/lang=\\\"en\\\"/lang=\\\"cs\\\"/g ../../web/eg2/cs-CZ/index.html" }, "private": true, -- 2.11.0