-
I'm trying to make a spanish localization, but I can't find where the other items are added to the OptionButton. Might be a dumb question from not having much experience with Godot's UI. |
Beta Was this translation helpful? Give feedback.
Answered by
mbrlabs
Jun 4, 2021
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbrlabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool, yeah it's a bit hidden. It's in SettingsDialog.tscn. Click on that OptionButton:
Then in the toolbar you will see a button called
Items
. Click and add the language there:In the future i'm going to make this automatic probably so that you only have to add the localization file and it will get listed in the UI automatically.