Added translation support with react-imp. Added partial Polish translation.

This commit is contained in:
Przemek Wiech
2019-01-31 22:35:16 +01:00
parent 748b603cbb
commit 71e2d0fae1
7 changed files with 120 additions and 37 deletions

View File

@@ -10,6 +10,7 @@
"query-string": "^6.2.0",
"react": "latest",
"react-dom": "latest",
"react-intl": "^2.8.0",
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0",
@@ -22,6 +23,7 @@
"@types/query-string": "^6.2.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-intl": "^2.3.15",
"@types/react-router-dom": "^4.3.1",
"@types/jest": "*",
"@types/node": "*",
@@ -35,7 +37,7 @@
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"prettier": "prettier --write src/**/*.{ts,tsx}",
"prettier": "prettier --write src/**/*.{ts,tsx,json}",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},