Skip to content

Commit 7321b45

Browse files
committed
Add detected langs for debug
1 parent 73d1793 commit 7321b45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,10 @@ def generate_menu_pages(args):
472472
if len(args) > 1 and args[1] == "--with-trans-calc":
473473
tp = TransProgress()
474474
trans_progress = tp.get_data()
475-
logging.info("Geting transltion files...")
475+
langs = ', '.join(trans_progress.keys())
476+
477+
logging.info("Obtaining translation information...")
478+
logging.info("> Detected languages: %s", langs)
476479

477480
generate(
478481
"translations.html",

0 commit comments

Comments
 (0)