Skip to content

Commit dc84065

Browse files
authored
Try escaping extract paths (#172)
1 parent 7377c39 commit dc84065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prepare": "husky install",
1515
"postinstall": "electron-builder install-app-deps",
1616
"release": "npm run i18n && nextron build --publish always",
17-
"extract:i18n": "formatjs extract renderer/{pages,components,sections,layouts,ui}/**/*.{js,ts,tsx} --format crowdin --id-interpolation-pattern \"[sha512:contenthash:base64:6]\" --out-file renderer/intl/locales/en-US.json",
17+
"extract:i18n": "formatjs extract \"renderer/{pages,components,sections,layouts,ui}/**/*.{js,ts,tsx}\" --format crowdin --id-interpolation-pattern \"[sha512:contenthash:base64:6]\" --out-file renderer/intl/locales/en-US.json",
1818
"compile:i18n": "formatjs compile-folder --ast --format crowdin renderer/intl/locales renderer/intl/compiled-locales",
1919
"i18n": "npm run extract:i18n && npm run compile:i18n",
2020
"translate": "tsx scripts/openai-translator.ts",

0 commit comments

Comments
 (0)