Jump to content

Translation Not Working on World Customization Screen Options


Recommended Posts

So, I'm working on a translation mod and everything is working fine.

The only problem I could find is that every option in the new world customization screen isn't translated, aswell as the presets and the options tabs, as you can see below:

3qwbETn.png

The code I have right now looks like this:

local mainPOfilename   = GetModConfigData("MODO")
local selectedLanguage = "br"
local STRINGS = GLOBAL.STRINGS

LoadPOFile("scripts/languages/"..mainPOfilename, selectedLanguage)
GLOBAL.TranslateStringTable( STRINGS )

Can anyone help?

  • Wavey 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...