From 0982d0a573dfd3c5e128d98d5eeb0349a964306e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 19 Nov 2002 17:22:18 +0000 Subject: [PATCH] russian-dos-866 --- lang/sync_lang.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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