typo
This commit is contained in:
parent
8db5ad1044
commit
592af52802
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue