mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 05:20:24 +00:00

...for strings, too this is done by a) scanning for all .lua files additionally to all .cfg files in FINDCFG and b) by adding the equivalent of a "commented out" #textdomain DOMAIN declaration next step: testing if it really does work as expected this should also fix bug #15629 since the objectives are now *only* declared via some lua magic
3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
find data/campaigns/Heir_To_The_Throne -name '*.cfg' -print
|
|
find data/campaigns/Heir_To_The_Throne -name '*.lua' -print
|