mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add Uzbek to the list of available languages
This commit is contained in:
parent
0009e798e1
commit
3bd725b6be
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,7 @@ langs = sorted(
|
||||||
("ଓଡ଼ିଆ", "or_OR"),
|
("ଓଡ଼ିଆ", "or_OR"),
|
||||||
("Filipino", "tl"),
|
("Filipino", "tl"),
|
||||||
("ئۇيغۇر", "ug"),
|
("ئۇيغۇر", "ug"),
|
||||||
|
("Oʻzbek", "uz_UZ"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -123,6 +124,7 @@ compatMap = {
|
||||||
"th": "th_TH",
|
"th": "th_TH",
|
||||||
"tr": "tr_TR",
|
"tr": "tr_TR",
|
||||||
"uk": "uk_UA",
|
"uk": "uk_UA",
|
||||||
|
"uz": "uz_UZ",
|
||||||
"vi": "vi_VN",
|
"vi": "vi_VN",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue