Page 1 of 1

Style translation doesn't go back to default after switching languages back

Posted: Tue Apr 23, 2024 5:03 pm
by Karrion
I'm working with Ren'PY 7.3.5 for compatibility reasons and I'm having real trouble with the localization because I use

Code: Select all

translate japanese style slider_label_text:
    font "fonts/JF-Dot-K14.ttf"
    size 44
and the like for basically every style in the game, and when I select japanese, it works as expected, but when I select another language, the font and size don't go back to what it originally was. Does anyone know how to solve this?

Re: Style translation doesn't go back to default after switching languages back

Posted: Sun Apr 28, 2024 3:11 am
by Kia
Did you define styles for the other languages as well?