Skip to content

Commit

Permalink
feat: ✨ add i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Sep 6, 2023
1 parent 037de64 commit 71d35fb
Show file tree
Hide file tree
Showing 9 changed files with 240 additions and 149 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"dayjs": "^1.11.7",
"echarts": "^5.4.0",
"framer-motion": "^6.5.1",
"i18next": "^23.4.6",
"ical.js": "^1.5.0",
"jotai": "^1.10.0",
"lodash-es": "^4.17.21",
Expand All @@ -56,12 +57,13 @@
"react-chrono": "^1.19.2",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.3",
"tui-calendar": "^1.15.3"
},
"devDependencies": {
"@haydenull/fabric": "0.2.4",
"@haydenull/fabric": "^0.2.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand All @@ -80,6 +82,7 @@
"@vuepress/theme-default": "2.0.0-beta.60",
"autoprefixer": "^10.4.13",
"c8": "^7.12.0",
"eslint": "^8.48.0",
"husky": "^8.0.0",
"jsdom": "^22.1.0",
"less": "^4.1.3",
Expand All @@ -102,4 +105,4 @@
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-copy-code2": "2.0.0-beta.173"
}
}
}
Loading

0 comments on commit 71d35fb

Please sign in to comment.