|
@@ -52,6 +52,14 @@ if [ "$LNG" = "de" ]; then
|
|
|
sed -i 's/\xc3\xbc/ue/g' $LNG'_filtered.po'
|
|
|
|
|
|
sed -i 's/\xc3\xb6/oe/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\x84/Ae/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\x9c/Ue/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\x96/Oe/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\x9f/ss/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|
|
|
|
|
@@ -100,6 +108,48 @@ if [ "$LNG" = "it" ]; then
|
|
|
sed -i 's/\xc3\x88/E/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|
|
|
+
|
|
|
+if [ "$LNG" = "nl" ]; then
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xab/e/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xaf/i/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa9/e/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa8/e/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xb6/o/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xaa/e/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xbc/u/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa7/c/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa1/a/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa0/a/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa4/a/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xbc/u/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xae/i/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xad/i/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xb4/o/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xba/u/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xb1/n/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\xa2/a/g' $LNG'_filtered.po'
|
|
|
+
|
|
|
+ sed -i 's/\xc3\x85/A/g' $LNG'_filtered.po'
|
|
|
+fi
|
|
|
+
|
|
|
|
|
|
|
|
|
|