Merge pull request #14 from RobotHuang/master

feat: support i18n
This commit is contained in:
hsluoyz
2021-02-20 11:00:43 +08:00
committed by Yang Luo
17 changed files with 371 additions and 100 deletions

View File

@ -8,11 +8,13 @@
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.7.2",
"i18next": "^19.8.9",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-device-detect": "^1.14.0",
"react-dom": "^16.14.0",
"react-github-corner": "^2.5.0",
"react-i18next": "^11.8.7",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3"
},