Added icons for flags, improvements in voice mixer

This commit is contained in:
Deniz Şafak
2025-04-30 18:45:02 +03:00
parent 04e16722e2
commit 4acf70954e
15 changed files with 61 additions and 40 deletions
-13
View File
@@ -102,16 +102,3 @@ SAMPLE_VOICE_TEXTS = {
"p": "Este é um exemplo da voz selecionada.",
"z": "这是所选语音的示例。",
}
# flags mapping for voice display
FLAGS = {
"a": "🇺🇸",
"b": "🇬🇧",
"e": "🇪🇸",
"f": "🇫🇷",
"h": "🇮🇳",
"i": "🇮🇹",
"j": "🇯🇵",
"p": "🇧🇷",
"z": "🇨🇳",
}