after i make translation file in new format and test.. translation file (data is from getlocalization) translate word can't recognize in game. i make a sample (in start.json) from getlocalization is "settings": { "message": "Settings" }, but after titan update is change to "Settings": { "message": "Settings" }, is changed... this not only one change , i guess many file have a change.. so please tell me how to know ALL new changed String ?? because is different from getlocalization
yes... the red S .... because Case Sensitive and also new String have delete the " _ " which is instead a space e.g . getlocalization: "galactic_war": { "message": "Galactic War"" }, after update: "Galactic War": { "message": "Galactic War" },
The new keys are the default english strings. They switched from the symbolified version (lowercase, underscore, etc) to just the plain text.