Made a video to explain how to use PO files in Godot by using the POT generator feature in Godot. I found that there were no real good straightforward videos about it, so I decided to fill that gap ^^
I hope you guys like it and find it useful!
Made a video to explain how to use PO files in Godot by using the POT generator feature in Godot. I found that there were no real good straightforward videos about it, so I decided to fill that gap ^^
I hope you guys like it and find it useful!
Is there any way to include Keys from code in the generated pot file?
I have followed your tutorial and it worked like a charm. But my project will have a lot of content loaded on runtime and that wont appear in the .POT file.
One example is an array of strings that I declared on one script to fill an OptionButton. How could i make those to appear in the POT file?