Jump to content

There is an error in translation. (V.41.21)


falcon33jp

Recommended Posts

I found an error when translating.
error contents
 
UI_OnConnectFailed_NonAsciiCharacters = "Username contains non-Ascii characters.",
line 992: UI_ServerOption_AllowNonAsciiUsername =  "Allow Non Ascii Username,
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1967)
    at zombie.core.Translator.parseFile(Translator.java:466)
    at zombie.core.Translator.tryfillMapFromFile(Translator.java:303)
    at zombie.core.Translator.fillMapFromFile(Translator.java:322)
    at zombie.core.Translator.loadFiles(Translator.java:104)
    at zombie.GameWindow.init(GameWindow.java:1894)
    at zombie.GameWindow.maina(GameWindow.java:1086)
    at zombie.gameStates.MainScreenState.main(MainScreenState.java:182)

 
 
 
Edited by falcon33jp
Link to comment
Share on other sites

I understand that " is missing.

The problem is that even if you write     "UI_ServerOption_AllowNonAsciiUsername =" Allow Non Ascii Username ",    in the translation file, you get an error.

Is not there a description mistake in the game program?
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
×
×
  • Create New...