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
|
_ = 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])
|
||||||
|
|||||||
Reference in New Issue
Block a user