From: Jason Boyer Date: Thu, 20 Oct 2022 21:32:09 +0000 (-0400) Subject: LP 1993534: Followup to replace deprecated command X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c90dbfd03c52ca167d601921ef0eb253202c4a14;p=Evergreen.git 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 --- 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,