Update translations.py

pull/30/head
Who? 2024-12-08 19:11:09 +07:00 committed by GitHub
parent b039c39104
commit 74fe2440d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Translations(loader.Module):
"🥟": "<emoji document_id=5382337996123020810>🥟</emoji>",
}
lang2country = {"en": "🇬🇧", "tt": "🥟", "kk": "🇰🇿", "ua": "🇺🇦"}
lang2country = {"en": "🇬🇧", "tt": "🥟", "kk": "🇰🇿", "ua": "🇺🇦", "de": "🇩🇪"}
lang = lang2country.get(lang) or utils.get_lang_flag(lang)
return emoji_flags.get(lang, lang)