xml2po.sh: fix workaround

white
Georg Lukas 2011-12-16 22:01:43 +01:00
rodzic 5bc1639c48
commit 9e3573ce40
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,8 +16,8 @@ download() {
tar xvzf "$FN"
mv translations/*.po $PACKAGE/
rename -f 's/@[^.]*//' $PACKAGE/*.po
sed -i 's/\\\\'\''/\\'\''/g' res/values-*/strings.xml
popd
sed -i 's/\\\\'\''/\\'\''/g' res/values-*/strings.xml
}
translate_xml2pot() {