Procházet zdrojové kódy

Replace `åÅ` with `aA`

3d-gussner před 3 roky
rodič
revize
a51f799e73
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      lang/lang-import.sh

+ 2 - 2
lang/lang-import.sh

@@ -266,9 +266,9 @@ if [ "$LNG" = "nl" ]; then
 fi
 
 if [ "$LNG" = "sv" ]; then
-#repace 'Å' with 'Aa'
+#repace 'Å' with 'A'
 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'
 fi