1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

resources sync

This commit is contained in:
Nikolay Pultsin 2015-04-21 22:59:08 +01:00
parent e06804dda1
commit eff5fb1915
32 changed files with 94 additions and 1 deletions

View file

@ -14,7 +14,7 @@ sed "s/
/#XXX;/g" ../../assets/resources/$part/en.xml > en.tra
for file in ../../assets/resources/$part/*.xml; do
shortname=`basename $file .xml`
if [ $shortname != en ]; then
if [ "$shortname" != en -a "$shortname" != "neutral" ]; then
sed "s/
/#XXX;/g" $file > $shortname.tra
doRepair en.tra $shortname.tra | sed "s/#XXX;/\
/g" > $file
fi