diff --git a/lang/sync_lang.sh b/lang/sync_lang.sh index 80750e354..cce3cd79f 100755 --- a/lang/sync_lang.sh +++ b/lang/sync_lang.sh @@ -119,6 +119,7 @@ EOT` # IGNORE_TRANSLATIONS=`cat < $file echo done elif [ $src_charset = 'utf-8' ] ; then - # if we convert fomo utf-8, we should remove allow_recoding + # if we convert from utf-8, we should remove allow_recoding $CONVERTOR $(printf -- "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php3| grep -v allow_recoding > $file echo done else