Mazamazine Posted April 23, 2021 Share Posted April 23, 2021 (edited) Hi great people! I've been translating to french using strings.pot. Everything goes fine except for characters' speeches: they won't translate. To make sure I didn't do anything wrong, I've tested using the template given by Klei in the topic below. It turned out speeches were properly translated as the template is server side. When I change it to client using this in modinfo.lua, speeches are back to english (everything else is correctly translated): client_only_mod=true Any idea why speeches, and only speeches won't translate at client side? Do I need to translate those using each speech_*.lua?? That would be strange, the strings are available in strings.pot... Or maybe I'm just missing something as simple as this? (I've tried adding these lines in modmain.lua, not a success!) local require = GLOBAL.require local STRINGS = GLOBAL.STRINGS This is my first steps at modding, any help would be really appreciated! Thanks! Edited April 23, 2021 by Mazamazine 1 Link to comment https://forums.kleientertainment.com/forums/topic/129221-characters-quotes-not-translated-when-using-client_only_modtrue/ Share on other sites More sharing options...
Mazamazine Posted April 30, 2021 Author Share Posted April 30, 2021 Up?! Link to comment https://forums.kleientertainment.com/forums/topic/129221-characters-quotes-not-translated-when-using-client_only_modtrue/#findComment-1454977 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now