From f0a498abb15f184afc87a8e46648d559fd9f55c4 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 9 Mar 2022 06:37:15 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20'=C3=A5=C3=85'=20with=20'aA'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/lang-import.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/lang-import.sh b/lang/lang-import.sh index 9e993127f..af175c821 100755 --- a/lang/lang-import.sh +++ b/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