1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

feat: cache locales

This commit is contained in:
2019-08-08 21:34:06 +09:00
parent b27c597cfd
commit 0d4429cb95
3 changed files with 40 additions and 19 deletions

View File

@@ -12,7 +12,9 @@
"dependencies": {
"fetch-suspense": "^1.2.0",
"i18next": "^17.0.9",
"i18next-browser-languagedetector": "^3.0.2",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-chained-backend": "^2.0.0",
"i18next-localstorage-backend": "^3.0.0",
"i18next-xhr-backend": "^3.1.1",
"isomorphic-unfetch": "^3.0.0",
"prop-types": "^15.7.2",
@@ -31,7 +33,8 @@
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.8",
"@types/node": "^12.7.0"
"@types/node": "^12.7.1",
"typescript": "^3.5.3"
},
"browserslist": {
"production": [