1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Minor changes

This commit is contained in:
Jorge Araya Navarro
2015-10-07 13:15:28 -06:00
parent 68d005760b
commit 0fb91ef95b

View File

@@ -84,7 +84,6 @@ elif not path.isdir(args.outputdir):
_ = gettext.gettext _ = gettext.gettext
if args.language != "none": if args.language != "none":
logging.info("Language changed to: " + args.language)
lang = gettext.translation(domain="makedocs", lang = gettext.translation(domain="makedocs",
localedir="locales", localedir="locales",
languages=[args.language]) languages=[args.language])