From 3bd725b6bed529b4bed538d0c204007338497aa0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 7 Jul 2025 23:49:37 +0700 Subject: [PATCH] Add Uzbek to the list of available languages --- pylib/anki/lang.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylib/anki/lang.py b/pylib/anki/lang.py index 3cbb60319..9ff8dcd9e 100644 --- a/pylib/anki/lang.py +++ b/pylib/anki/lang.py @@ -73,6 +73,7 @@ langs = sorted( ("ଓଡ଼ିଆ", "or_OR"), ("Filipino", "tl"), ("ئۇيغۇر", "ug"), + ("Oʻzbek", "uz_UZ"), ] ) @@ -123,6 +124,7 @@ compatMap = { "th": "th_TH", "tr": "tr_TR", "uk": "uk_UA", + "uz": "uz_UZ", "vi": "vi_VN", }