diff --git a/lang/lang-import.sh b/lang/lang-import.sh index 09363bc6a..f87295df8 100755 --- a/lang/lang-import.sh +++ b/lang/lang-import.sh @@ -388,10 +388,10 @@ if [ "$LNG" = "sk" ]; then sed -i 's/\xc3\x93/O/g' $LNG'_filtered.po' #replace 'ó' with 'o' sed -i 's/\xc3\xb3/o/g' $LNG'_filtered.po' - #replace 'ô' with 'O' - sed -i 's/\xc3\xb4/O/g' $LNG'_filtered.po' + #replace 'ô' with 'o' + sed -i 's/\xc3\xb4/o/g' $LNG'_filtered.po' #replace 'Ô' with 'O' - sed -i 's/\xc3\x94/o/g' $LNG'_filtered.po' + sed -i 's/\xc3\x94/O/g' $LNG'_filtered.po' #replace 'ŕ' with 'r' sed -i 's/\xc5\x95/r/g' $LNG'_filtered.po' #replace 'Ŕ' with 'R'