Skip to content

Commit bafa755

Browse files
feat: add Kazakh (Kazakhstan) locale (#530)
1 parent 54c6f43 commit bafa755

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/many-owls-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lingo.dev/_spec": minor
3+
---
4+
5+
Add Kazakh (Kazakhstan) locale (localization engine passed the benchmarks!)

packages/spec/src/locales.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const localeMap = {
5555
ca: ["ca-ES"],
5656
// Japanese (Japan)
5757
ja: ["ja-JP"],
58+
// Kazakh (Kazakhstan)
59+
kk: ["kk-KZ"],
5860
// German
5961
de: [
6062
"de-DE", // Germany

0 commit comments

Comments
 (0)