Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Documentation can be found [here](https://language-data.readthedocs.io/en/latest
- [Node.js library updates](#nodejs)

## Language updates
### 2026-04-15
No language updates

### 2026-04-13
1. [Add a version to the language data to aid with caching and cache invalidation](https://github.com/wikimedia/language-data/pull/494)

Expand Down Expand Up @@ -303,6 +306,9 @@ Language data related changes,
10. [Add Madurese (mad)](https://github.com/wikimedia/language-data/pull/#104)

## PHP
### PHP 1.1.13 (2026-04-15)
- [Add getTerritoriesWithLanguages method to retrieve territory-based language information](https://github.com/wikimedia/language-data/pull/T423319)

### PHP 1.1.12 (2026-04-13)
- [Add a getVersion method to return language data version](https://github.com/wikimedia/language-data/pull/494)

Expand Down Expand Up @@ -391,6 +397,9 @@ Language data related changes,
- Add PHP support. [Documentation](https://language-data.readthedocs.io/en/latest/api/languagedata/languageutil.html). [Packagist](https://packagist.org/packages/wikimedia/language-data).

## Node.js
### Node.js 2.0.3 (2026-04-15)
- [Add getTerritoriesWithLanguages method to retrieve territory-based language information](https://github.com/wikimedia/language-data/pull/T423319)

### Node.js 2.0.2 (2026-04-13)
- [Add a getVersion method to return language data version](https://github.com/wikimedia/language-data/pull/494)

Expand Down
2 changes: 1 addition & 1 deletion data/language-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7767,5 +7767,5 @@
"tn"
]
},
"version": "2026-04-13T11:10:55+00:00"
"version": "2026-04-15T14:20:00+00:00"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wikimedia/language-data",
"version": "2.0.2",
"version": "2.0.3",
"description": "Language data and utilities.",
"homepage": "https://language-data.readthedocs.io/en/latest/index.html",
"keywords": [
Expand Down
Loading