mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 22:57:19 +00:00
Add localization credits to wiki extraction tool
[ci skip]
This commit is contained in:
parent
a3f3bd934c
commit
4e6cdc60c9
@ -23,7 +23,7 @@ if __name__ == "__main__":
|
||||
help="Specify the wesnoth executable to use.")
|
||||
args = argument_parser.parse_args()
|
||||
|
||||
files = ["data/core/about.cfg"]
|
||||
files = ["data/core/about.cfg", "data/core/about_i18n.cfg"]
|
||||
files.extend(glob.glob("data/campaigns/*/_main.cfg"))
|
||||
|
||||
if not args.wesnoth:
|
||||
|
Loading…
x
Reference in New Issue
Block a user