You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Minor changes
This commit is contained in:
@@ -84,7 +84,6 @@ elif not path.isdir(args.outputdir):
|
||||
|
||||
_ = gettext.gettext
|
||||
if args.language != "none":
|
||||
logging.info("Language changed to: " + args.language)
|
||||
lang = gettext.translation(domain="makedocs",
|
||||
localedir="locales",
|
||||
languages=[args.language])
|
||||
|
||||
Reference in New Issue
Block a user