make sure that all stuff is really found in textdomains
This commit is contained in:
parent
f973168384
commit
87b78deb07
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
find data/campaigns/tutorial -name themes -prune -o -name '*.cfg' -print
|
||||
find data/campaigns/tutorial -name '*.cfg' -print
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
find data/core/units -name '*.cfg' -print
|
||||
find data/campaigns/*/units -name '*.cfg' -print
|
||||
|
|
Loading…
Add table
Reference in a new issue