add persian language

This commit is contained in:
Fateme Shamohammadi 2024-04-16 16:09:25 +03:30
parent acadf24b56
commit e4839d4a56

View File

@ -36,8 +36,8 @@
"react-scripts": "^5.0.1" "react-scripts": "^5.0.1"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "REACT_APP_VERSION=$(git describe --tags) react-scripts start",
"build": "react-scripts build", "build": "REACT_APP_VERSION=$(git describe --tags) react-scripts build",
"fix:other": "yarn prettier --write", "fix:other": "yarn prettier --write",
"fix:code": "yarn test:lint --fix", "fix:code": "yarn test:lint --fix",
"fix": "yarn fix:code && yarn fix:other", "fix": "yarn fix:code && yarn fix:other",