feat: Add Kazakh (kk) language support (#1377)

## Summary

* **What is the goal of this PR?** Implements Kazakh language
* **What changes are included?**

## Additional Context

* Add any other information that might be helpful for the reviewer
(e.g., performance implications, potential risks,
  specific areas to focus on).

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code?  YES

---------

Co-authored-by: Okzhetpes <okhzetpes.20@gmail.com>
This commit is contained in:
fsocietyipa
2026-03-12 00:40:14 +01:00
committed by GitHub
parent 79b54b3a75
commit 16b73744c5
2 changed files with 351 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ LANG_ABBREVIATIONS = {
"فارسی": "FA", "persian": "FA",
"čeština": "CS",
"türkçe": "TR", "turkish": "TR",
"Қазақша": "KK", "kazakh": "KK",
}