This is the Version record for i18next-ssg
- fix esm support
- update demo code and link in README.md
- fix ts declaration link for Redirect
- support pages under src dir: #3
- add some local test code
- fix Invalid href with localize:
localize('/arya')
=>/zh/arya
not/zh//arya
- fix all bugs, this is the basic working version for this repo. The version below are NOT working any more
- try to fix config bugs
- Fix read config fail bug
- Update Readme
- Update package.json
- add README.md
- add static config read logic
- locale
- locales
- read locale: url > local > navigator detect
- set locale
- export * from next-i18next
- common redirect logic for [...paths] pages
- add I18NLink
- add some tools functions
- localize
- getPathsArr
- useLocaleSwitcher
- useI18nPath
- encodeI18nPath, decodeI18nPath