ingbrzy преди 3 години
родител
ревизия
592af52802
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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'