- Aug 1, 2020
- 636
- 1,578
I have a problem with translation files:
tl file:
1. translation is OK. Works.
2. translation don´t works. But why not?
Code:
$ name = renpy.input("What is your name?",length=18)
$ KText1 = "\n{color=#008000}recommended (Lucy Points){/color}"
Code:
translate german strings:
old "What is your name?"
new "Wie lautet dein Name?"
old "\n{color=#008000}recommended (Lucy Points){/color}"
new "\n{color=#008000}empfohlen (Lucy Punkte){/color}"
1. translation is OK. Works.
2. translation don´t works. But why not?