Replace åÅ
with aA
This commit is contained in:
parent
436b6f206a
commit
a51f799e73
1 changed files with 2 additions and 2 deletions
|
@ -266,9 +266,9 @@ if [ "$LNG" = "nl" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$LNG" = "sv" ]; then
|
if [ "$LNG" = "sv" ]; then
|
||||||
#repace 'Å' with 'Aa'
|
#repace 'Å' with 'A'
|
||||||
sed -i 's/\xc3\x85/Aa/g' $LNG'_filtered.po'
|
sed -i 's/\xc3\x85/Aa/g' $LNG'_filtered.po'
|
||||||
#repace 'å' with 'aa'
|
#repace 'å' with 'a'
|
||||||
sed -i 's/\xc3\xA5/aa/g' $LNG'_filtered.po'
|
sed -i 's/\xc3\xA5/aa/g' $LNG'_filtered.po'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue