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:
@@ -223,6 +223,7 @@ LANG_ABBREVIATIONS = {
|
||||
"فارسی": "FA", "persian": "FA",
|
||||
"čeština": "CS",
|
||||
"türkçe": "TR", "turkish": "TR",
|
||||
"Қазақша": "KK", "kazakh": "KK",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user