Replace 'åÅ' with 'aA'

This commit is contained in:
3d-gussner 2022-03-09 06:37:15 +01:00
parent a51f799e73
commit f0a498abb1
1 changed files with 2 additions and 2 deletions

View File

@ -267,9 +267,9 @@ fi
if [ "$LNG" = "sv" ]; then
#repace 'Å' with 'A'
sed -i 's/\xc3\x85/Aa/g' $LNG'_filtered.po'
sed -i 's/\xc3\x85/A/g' $LNG'_filtered.po'
#repace 'å' with 'a'
sed -i 's/\xc3\xA5/aa/g' $LNG'_filtered.po'
sed -i 's/\xc3\xA5/a/g' $LNG'_filtered.po'
fi
if [ "$LNG" = "da" ]; then