Replies: 2 comments 1 reply
-
It should be feasible to add a command line argument to call the POT generator (similar to command-line export). Regarding glob support, one difficulty is that you're expected to choose existing file paths using EditorFileDialog right now. A glob is not an existing file path, so we'd need to signal it in the UI somehow that you can also use globs. (Godot also lacks support for |
Beta Was this translation helpful? Give feedback.
-
How about using something like the export UI for selecting files for POT generation? It seems to me that half the functionality is already present here, so why not build on that? It could even be refactored into its own high-level widget for whenever a number of assets need to be selected from the project directory. |
Beta Was this translation helpful? Give feedback.
-
Generate POT is a wonderfull feature, but it's not friendly for ci/cd pipline.
I mean we need a CLI command to auto update POT.
And we need it support glob.
Like This:
Beta Was this translation helpful? Give feedback.
All reactions