Skip to content

Commit c62937c

Browse files
author
Felix Kleinekathoefer
committed
Print found versions
1 parent 1f99e91 commit c62937c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ def build_locale_map():
1313
continue
1414
k = k[len("LOCALES_"):].replace('_', '.')
1515
locales[k.lower()] = v.split()
16+
print("[sponge-docs-theme] Following versions and translations were found:")
17+
print(locales)
1618
return locales
1719

1820

0 commit comments

Comments
 (0)