feat: add new i18n package

This commit is contained in:
lawvs
2022-09-06 14:25:15 +08:00
parent c734480f38
commit 3b06d4bff5
14 changed files with 307 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "@toeverything/datasource/i18n",
"version": "0.0.1",
"dependencies": {
"i18next": "^21.9.1",
"jotai": "^1.8.1",
"react-i18next": "^11.18.4"
}
}