Skip to content

Commit 1fa218c

Browse files
authored
feat: add new locales ml-IN hy-AM mk-MK (#1201)
1 parent ed388c9 commit 1fa218c

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lingo.dev/_spec": patch
3+
---
4+
5+
add new languages Malayalam (India), Armenian (Armenia), Macedonian (Macedonia)

packages/spec/src/locales.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ const localeMap = {
213213
rw: ["rw-RW"],
214214
// Georgian (Georgia)
215215
ka: ["ka-GE"],
216+
// Malayalam (India)
217+
ml: ["ml-IN"],
218+
// Armenian (Armenia)
219+
hy: ["hy-AM"],
220+
// Macedonian (Macedonia)
221+
mk: ["mk-MK"],
216222
} as const;
217223

218224
export type LocaleCodeShort = keyof typeof localeMap;

0 commit comments

Comments
 (0)