Skip to content

Commit

Permalink
Updated translation script
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Dec 22, 2010
1 parent 910035c commit c0c7eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/java/translations/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ grep '<string name=' values/strings.xml | while read str; do
echo "<string name=\"$var\">$transtext</string>" >> $dir/strings.1.xml
echo "</resources>" >> $dir/strings.1.xml
mv -f $dir/strings.1.xml $dir/strings.xml
lang=`echo $lang | tr '[a-z]' '[A-Z]'`
echo $lang: $var: $transtext
fi
echo $lang: $var: $transtext
done
done

0 comments on commit c0c7eaa

Please sign in to comment.