ingbrzy 3 years ago
parent
commit
592af52802
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lang/lang-import.sh

+ 3 - 3
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'