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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.0.3 (2025-08-11)
### 🔀 Pull Requests

- [Loc 2840 unify localazy languages for mt and create shared mapper #10](https://github.com/localazy/languages/pull/10)

### ✨ Features

- Add BCP47 property to Language interface for enhanced language metadata support. ([3376e58](https://github.com/localazy/languages/commit/3376e58)) ([#10](https://github.com/localazy/languages/pull/10))
- Add new language entries for Algonquin, Ladin, and Ojibwa in translation files and update locales enum accordingly. ([3376e58](https://github.com/localazy/languages/commit/3376e58)) ([#10](https://github.com/localazy/languages/pull/10))
- Enhance locales enum generation to handle duplicate language names with unique identifiers. ([3376e58](https://github.com/localazy/languages/commit/3376e58)) ([#10](https://github.com/localazy/languages/pull/10))
- Update localazy-languages.json with new languages and locales, including additional metadata for BCP47 support. ([3376e58](https://github.com/localazy/languages/commit/3376e58)) ([#10](https://github.com/localazy/languages/pull/10))

## 2.0.2 (2025-08-06)
### 🔀 Pull Requests

Expand Down
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": "@localazy/languages",
"version": "2.0.2",
"version": "2.0.3",
"description": "Available Localazy Languages",
"keywords": [
"typescript",
Expand Down