fix: Use next-intl for improved locale support

This commit is contained in:
Sol Irvine
2023-08-17 11:56:36 +09:00
parent 32bb4ffd0c
commit c1d06e90bb
42 changed files with 237 additions and 212 deletions

View File

@@ -23,7 +23,6 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@thgh/next-gtm": "^0.1.4",
@@ -32,6 +31,7 @@
"eslint-plugin-unused-imports": "^3.0.0",
"negotiator": "^0.6.3",
"next": "latest",
"next-intl": "latest",
"prettier-plugin-organize-imports": "^3.2.3",
"react": "latest",
"react-dom": "latest"