Skip to content

Commit

Permalink
fix kazakh lang country flag.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
curche committed Nov 26, 2024
1 parent 8dee14b commit 4d9e51f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum class MdLang(val lang: String, val prettyPrint: String, val iconResId: Int)
ITALIAN("it", "Italian", R.drawable.ic_flag_it),
JAPANESE("ja", "Japanese", R.drawable.ic_flag_jp),
JAVANESE("jv", "Javanese", R.drawable.ic_flag_id),
KAZAKH("kk", "Kazakh", R.drawable.ic_flag_kk),
KAZAKH("kk", "Kazakh", R.drawable.ic_flag_kz),
KOREAN("ko", "Korean", R.drawable.ic_flag_kr),
LATIN("la", "Latin", R.drawable.ic_flag_ri),
LITHUANIAN("lt", "Lithuanian", R.drawable.ic_flag_lt),
Expand Down
Loading

0 comments on commit 4d9e51f

Please sign in to comment.