godot_dialogue_manager
godot_dialogue_manager copied to clipboard
Fix: add .mo extension to PO translation behavior
When using gettext translations, Godot supports both .po
and .mo
files.
When guessing for a translation source, Dialogue Manager did not consider sources that ended in .mo
as gettext sources. So the lines were not translated, and only the translation key was displayed.
This PR adds the auto-guessing for .mo
files.