73
edits
Changes
m
no edit summary
Good day,
Say me please:
# check localisation percentage
for file in *.po; do echo -n "${file} "; python3 ./check_po -s ${file} | grep "Localized at"; done
or change "python" to "python3" in first row of check_po.
What must be?
And file 'check_po' must be have name 'check_po' or 'check_po.py'?