Add localization credits to wiki extraction tool

[ci skip]
This commit is contained in:
Ignacio R. Morelle 2017-10-16 19:22:58 -03:00
parent a3f3bd934c
commit 4e6cdc60c9

View file

@ -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: