diff options
Diffstat (limited to 'fix-mo')
-rwxr-xr-x | fix-mo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ TMP2=$KO_MESSAGES/tmpfile2 ret=0 +[ -f "$KO_MESSAGES/*.mo" ] || exit 0 + for i in $KO_MESSAGES/*.mo ; do msgunfmt -o $TMP $i if grep -qi '^"Content-Type: text/plain; charset=euc-kr.n"$' $TMP; then |