|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -277,9 +277,9 @@ fi
|
|
|
|
|
|
if [ "$LNG" = "no" ]; then
|
|
|
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\x86/\\xe1/g' $LNG'_filtered.po'
|
|
|
-
|
|
|
+
|
|
|
sed -i 's/\xc3\xa6/\\xe1/g' $LNG'_filtered.po'
|
|
|
|
|
|
sed -i 's/\xc3\x98/\\xef/g' $LNG'_filtered.po'
|
|
@@ -507,7 +507,9 @@ sed -i "s/\r//g" lang_en_$LNG.txt
|
|
|
|
|
|
|
|
|
python3 ../../lang-check.py $LNG --warn-empty
|
|
|
-python3 ../../lang-check.py $LNG --information >$LNG-output.txt
|
|
|
+
|
|
|
+python3 ../../lang-check.py $LNG --information >output-layout-$LNG.txt
|
|
|
+grep "msgstr" $LNGISO.po | cut -d '"' -f2 | sort >output-sorted-$LNG.txt
|
|
|
echo >&2
|
|
|
echo "$(tput setaf 2)lang-import.sh finished$(tput sgr 0)">&2
|
|
|
|