Problem with translation files

JBZ

Active Member
Aug 1, 2020
636
1,562
I have a problem with translation files:

Code:
        $ name = renpy.input("What is your name?",length=18)
        
        $ KText1 = "\n{color=#008000}recommended (Lucy Points){/color}"
tl file:
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?