Skip to content

Commit

Permalink
test_intl: add output message when (re)write of .mo file occurs
Browse files Browse the repository at this point in the history
(cherry picked from commit 5924a4d)
  • Loading branch information
jayaddison committed Sep 14, 2023
1 parent f0c25a0 commit 95c7435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_intl.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _setup_intl(app_params):

if not mo.exists() or os.stat(mo).st_mtime < os.stat(po).st_mtime:
# compile .mo file only if needed
print(f'# compiling .mo file {mo}')
write_mo(mo, read_po(po))


Expand Down

0 comments on commit 95c7435

Please sign in to comment.