Add internationalization support with astro-i18next integration
- Implemented astro-i18next for multi-language support, including English, Dutch, and Italian. - Configured default locale and language fallback settings. - Defined routes for localized content in the configuration. - Updated package.json and package-lock.json to include new dependencies for i18next and related plugins.
This commit is contained in:
34
node_modules/iso-639-1/CHANGELOG.md
generated
vendored
Normal file
34
node_modules/iso-639-1/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# iso-639-1 Changelog
|
||||
|
||||
## v2.1.14
|
||||
- Bump async from 2.6.0 to 2.6.4 [#53](https://github.com/meikidd/iso-639-1/pull/53)
|
||||
- Add a type to list the langage codes in the TS definition file [#55](https://github.com/meikidd/iso-639-1/pull/55)
|
||||
|
||||
## v2.1.13
|
||||
- update Arabic native name [#50](https://github.com/meikidd/iso-639-1/pull/50)
|
||||
|
||||
## v2.1.12
|
||||
- remove 'bh' [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- fj native name changed to "vosa Vakaviti" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- dv native name changed to "ދިވެހި" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- lo native name changed to "ພາສາລາວ" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- ms native name changed to "Bahasa Melayu" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- lu native name changed to "Kiluba" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- na native name changed to "Dorerin Naoero" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
- tk native name changed to "Türkmençe" [#51](https://github.com/meikidd/iso-639-1/pull/51)
|
||||
|
||||
## v2.1.11
|
||||
- Slovenian native name "slovenski jezik" -> "slovenščina" [#49](https://github.com/meikidd/iso-639-1/pull/49)
|
||||
|
||||
## v2.1.10
|
||||
- Polish native name "język polski" -> "Polski" [#48](https://github.com/meikidd/iso-639-1/pull/48)
|
||||
|
||||
## v2.1.9
|
||||
- Change hu native name "Magyar" -> "magyar" [#40](https://github.com/meikidd/iso-639-1/pull/40)
|
||||
|
||||
## v2.1.8
|
||||
- Change hr native name "hrvatski jezik" -> "Hrvatski"
|
||||
- Change sl English name "Slovene" -> "Slovenian"
|
||||
|
||||
## v2.1.0
|
||||
- Correctly handle prototype property names passed as codes [#20](https://github.com/meikidd/iso-639-1/issues/20)
|
Reference in New Issue
Block a user