Skip to content

Commit 3376e58

Browse files
david-vaclavekdavid-vaclavek
andauthored
Loc 2840 unify localazy languages for mt and create shared mapper (#10)
* ✨ feat: Update localazy-languages.json with new languages and locales, including additional metadata for BCP47 support. * ✨ feat: Enhance locales enum generation to handle duplicate language names with unique identifiers. * ✨ feat: Add new language entries for Algonquin, Ladin, and Ojibwa in translation files and update locales enum accordingly. * ✨ feat: Add BCP47 property to Language interface for enhanced language metadata support. --------- Co-authored-by: david-vaclavek <[email protected]>
1 parent 74a27eb commit 3376e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/language.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export interface Language {
44
name: string;
55
rtl: boolean;
66
locale: string;
7+
bcp47: string;
78
}

0 commit comments

Comments
 (0)