From a51f799e733ed4f2028f2f1ed061dfd20c3d400c Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 23 Feb 2022 06:38:45 +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 4ea6feaf..9e993127 100755 --- a/lang/lang-import.sh +++ b/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