Skip to content

Commit

Permalink
Add note for future improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed May 14, 2019
1 parent 81b19ef commit e73d387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync_pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def validate_pot_files(potdir):

def validate_pot_file(potfile):
print("Validating pot file %s" % potfile)
# FIXME(mandre) should probably force locale to C before running msgfmt
command = ["msgfmt", "-c", potfile]
stdout, stderr, exit_status = run_command(command)
if exit_status != 0:
Expand Down

0 comments on commit e73d387

Please sign in to comment.