From 8db5ad1044460dcbac7eada30a3f69167ecdfc24 Mon Sep 17 00:00:00 2001 From: ingbrzy Date: Sun, 13 Feb 2022 08:23:35 +0100 Subject: [PATCH] this letter doesn't exist in SK alphabet --- lang/lang-import.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/lang-import.sh b/lang/lang-import.sh index e5d40a81d..09363bc6a 100755 --- a/lang/lang-import.sh +++ b/lang/lang-import.sh @@ -408,10 +408,6 @@ if [ "$LNG" = "sk" ]; then sed -i 's/\xc3\x9a/U/g' $LNG'_filtered.po' #replace 'ú' with 'u' sed -i 's/\xc3\xba/u/g' $LNG'_filtered.po' - #replace 'Ů' with 'U' - sed -i 's/\xc5\xae/U/g' $LNG'_filtered.po' - #replace 'ů' with 'u' - sed -i 's/\xc5\xaf/u/g' $LNG'_filtered.po' #replace 'Ý' with 'Y' sed -i 's/\xc3\x9d/Y/g' $LNG'_filtered.po' #replace 'ý' with 'y'