You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: Add update POT files CLI script and wrapper
This can be used to execute TxUtils.update_pot_files() from the CLI. The
GDScript is a SceneTree script passed via Godot's --script CLI option.
The shell script is a wrapper to execute Godot with all the necessary
options. Unlike TxUtils.regenerate_pot(), the editor isn't required, so
everything can happen from _init().
0 commit comments