You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build:i18n:clone": "echo '⚠️ DEPRECATED: Cloning .properties files. This is part of the deprecated .properties workflow.' && ts-node -P scripts/tsconfig.json scripts/properties-clone.postbuild.ts",
23
+
"build:i18n:generate-testing": "echo '⚠️ DEPRECATED: Generating test languages from .properties. This is part of the deprecated .properties workflow.' && ts-node -P scripts/tsconfig.json scripts/properties-test-generator.postbuild.ts",
"build:i18n:generate": "echo '⚠️ DEPRECATED: Generating XLF from .properties files. Use Transifex for translations instead.' && ts-node -P scripts/tsconfig.json scripts/translate-file-generator.prebuild.ts",
26
+
"build:i18n": "yarn build:i18n:extract",
27
+
"build-with-properties": "echo '⚠️ DEPRECATED: This build regenerates XLF files from .properties (deprecated workflow). Prefer using tx pull to get translations from Transifex.' && rimraf dist && yarn build:i18n:extract && yarn build:i18n:generate && yarn build:browserslist && npm run build-runtime-env && ng build --configuration production --localize && npm run postbuild",
0 commit comments