This commit is contained in:
ingbrzy 2022-02-13 08:27:20 +01:00 committed by GitHub
parent 8db5ad1044
commit 592af52802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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'