Skip to content

Commit

Permalink
Enable Tamil and German language
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Feb 3, 2025
1 parent 80faff6 commit 5b0c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, locale, gettext_instance,) -> None:
self.name, self.translation_percentage = LOCALE_DATA[locale]

SUPPORTED_LANGUAGES = [
"en_US", "cs_CZ", "fr", "ja", "uk", "zh_Hans", "zh_Hant", "es"
"en_US", "cs_CZ", "fr", "ja", "uk", "zh_Hans", "zh_Hant", "es", "ta", "de"
]

SUPPORTED_LANGUAGES.sort()
Expand Down

0 comments on commit 5b0c450

Please sign in to comment.