Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
giby committed Feb 1, 2014
1 parent 8e298f9 commit c27186a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makepot.sh 100755 → 100644
Expand Up @@ -3,3 +3,5 @@ xgettext --keyword='_' -C -o data/locale/messages.pot `find src -name "*.cpp"`
for LEVELSET in `ls data/levels`; do
find data/levels/$LEVELSET "(" -name "*.stl" -or -name "*.stwm" -or -name "*.txt" ")" -print0 | xargs -0 xgettext --keyword='_:1' --language=Lisp --sort-by-file --output data/levels/$LEVELSET/messages.pot
done

#todo: make potfiles for addons

0 comments on commit c27186a

Please sign in to comment.