extract en

This commit is contained in:
2023-02-14 14:40:33 +00:00
parent 3ed868edde
commit 77c6f3d22e
3 changed files with 18 additions and 2 deletions

View File

@ -58,7 +58,7 @@
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --format transifex --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json --format transifex",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.ts --format transifex",
"transifex": "formatjs compile src/translations/$LNG.json --out-file src/translations/$LNG.json --format transifex",
"format": "prettier --write .",
"eslint": "eslint .",