Explorar o código

Replace 'åÅ' with 'aA'

3d-gussner %!s(int64=3) %!d(string=hai) anos
pai
achega
f0a498abb1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lang/lang-import.sh

+ 2 - 2
lang/lang-import.sh

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