|
@@ -40,51 +40,51 @@ sed -i 's/ \\n/ /g;s/\\n/ /g' $LNG'_filtered.po'
|
|
|
|
|
|
|
|
|
if [ "$LNG" = "cz" ]; then
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc5\xbe/z/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc4\x9b/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xad/i/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc5\x99/r/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc4\x8d/c/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa1/a/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa9/e/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|
|
|
|
|
|
if [ "$LNG" = "de" ]; then
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa4/ae/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x84/Ae/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xbc/ue/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x9c/Ue/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xb6/oe/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
|
|
|
|
|
|
|
|
|
if [ "$LNG" = "es" ]; then
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa1/a/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc2\xbf/?/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xb3/o/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa9/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xad/i/g' $LNG'_filtered.po'
|
|
|
|
|
|
sed -i 's/\xc2\xa1/!/g' $LNG'_filtered.po'
|
|
@@ -94,37 +94,37 @@ fi
|
|
|
|
|
|
|
|
|
if [ "$LNG" = "fr" ]; then
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa1/a/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x81/A/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa0/a/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x80/A/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa9/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x89/E/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa8/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x88/E/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|
|
|
|
|
|
if [ "$LNG" = "it" ]; then
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa8/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa0/a/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xb2/o/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xb9/u/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa9/e/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x88/E/g' $LNG'_filtered.po'
|
|
|
fi
|
|
|
|