Skip to content

Commit

Permalink
🔧 Add Kazakh (Cyrillic) language (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 20, 2021
1 parent 78f39d7 commit 505b26c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions charset_normalizer/assets/__init__.py
Expand Up @@ -1215,5 +1215,36 @@
"四",
],
),
(
"Kazakh",
[
"а",
"ы",
"е",
"н",
"т",
"р",
"л",
"і",
"д",
"с",
"м",
"қ",
"к",
"о",
"б",
"и",
"у",
"ғ",
"ж",
"ң",
"з",
"ш",
"й",
"п",
"г",
"ө",
],
),
]
)

0 comments on commit 505b26c

Please sign in to comment.