fix: swap format

This commit is contained in:
2023-02-10 22:32:28 +00:00
parent a27804edc5
commit 1b4e4ae37b
2 changed files with 214 additions and 637 deletions

View File

@ -58,6 +58,7 @@
"eject": "react-scripts eject",
"intl-extract": "formatjs extract **/messages.ts **/*.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",
"transifex": "formatjs compile src/translations/$LNG.json --out-file src/translations/$LNG.json --format transifex",
"format": "prettier --write .",
"eslint": "eslint .",
"prepare": "husky install"