Files
Tiber365/node_modules/iso-639-1/CHANGELOG.md
becarta 3168826fa8 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.
2025-05-23 15:10:00 +02:00

34 lines
1.6 KiB
Markdown

# 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)