make sure that all stuff is really found in textdomains

This commit is contained in:
Nils Kneuper 2008-11-22 13:54:58 +00:00
parent f973168384
commit 87b78deb07
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
find data/campaigns/tutorial -name themes -prune -o -name '*.cfg' -print
find data/campaigns/tutorial -name '*.cfg' -print

View file

@ -1 +1,2 @@
find data/core/units -name '*.cfg' -print
find data/campaigns/*/units -name '*.cfg' -print