Skip to content

Commit

Permalink
Add my script for building tx resources for the tx config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared K. Smith committed Nov 6, 2011
1 parent 9aa6f37 commit 048892e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/build_resources.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
for filename in `ls pot/*.pot`
do
export short=`echo $filename | sed -e 's/.pot$//'`
echo [pym.$short]
echo file_filter = \<lang\>/$short.po
echo source_file = pot/$filename
echo source_lang = en

done

0 comments on commit 048892e

Please sign in to comment.