Skip to content
Snippets Groups Projects
Commit df09fa9c authored by Arno Wunderlich's avatar Arno Wunderlich
Browse files

add debugging print

parent ac9053b2
Branches main
No related tags found
1 merge request!66Localization support
Pipeline #16647 failed
......@@ -38,6 +38,7 @@ def test_for_supported_locales(app: Flask, babel: Babel):
"""
with app.app_context():
languages: List[Locale] = babel.list_translations()
print('Languages are: ', languages)
# Using list comprehension to convert Enum to list of Locales
# required_languages = [Locale.parse(locale.value) for locale in SupportedLocales]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment