Skip to content

Commit

Permalink
feat: locale (#10)
Browse files Browse the repository at this point in the history
* feat: locale

feat: UI Components

* fix: errors
  • Loading branch information
0plan authored Dec 13, 2023
1 parent 1d50f80 commit 11a3b47
Show file tree
Hide file tree
Showing 159 changed files with 1,984 additions and 1,952 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_FALLBACK_LANG: ko
VITE_FALLBACK_LANG: 'en'
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,31 @@
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"i18next": "^23.7.8",
"i18next": "^23.7.9",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.294.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.3",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.49.1",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.20.1",
"tailwind-merge": "^2.1.0",
"usehooks-ts": "^2.9.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@iconify/json": "^2.2.153",
"@iconify/json": "^2.2.156",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.42",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@unocss/preset-icons": "^0.58.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
Expand All @@ -81,7 +84,7 @@
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.6",
"vite-tsconfig-paths": "^4.2.1"
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2"
}
}
Loading

0 comments on commit 11a3b47

Please sign in to comment.