|
@@ -149,8 +149,9 @@ if [ "$LNG" = "cz" ]; then
|
|
|
sed -i 's/\xc5\xbe/z/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|
|
|
-#replace in german translation https://en.wikipedia.org/wiki/German_orthography
|
|
|
-if [ "$LNG" = "de" ]; then
|
|
|
+#replace in German translation https://en.wikipedia.org/wiki/German_orthography
|
|
|
+#replace in Swedish as well
|
|
|
+if [[ "$LNG" = "de" || "$LNG" = "sv" ]]; then
|
|
|
#replace UTF-8 'äöüß' to HD44780 A00 'äöüß'
|
|
|
#replace 'ä' with 'A00 ROM ä'
|
|
|
sed -i 's/\xc3\xa4/\\xe1/g' $LNG'_filtered.po'
|