Added test for Dialogic Choices

This commit is contained in:
cblech
2025-01-20 16:47:07 +01:00
parent cbcbcbbcee
commit 8375598ecd
5 changed files with 41 additions and 18 deletions
@@ -1,4 +1,9 @@
keys,en,de
Text/11/text,Hello World!,Hallo Welt!
Text/12/text,This is very cool text in english!,Das ist ein sehr cooler Text auf Deutsch!
Text/14/text,"This is a text, with a 'comma' and ""quotation marks"" in it.","Das ist ein Text, mit einem 'Komma' und ""Anführungszeichen"" darin."
Text/15/text,var is choise,
Text/11/text,Hello Hello! (var: {TestVariable}),Hallo Welt!
Choice/16/text,This is a choise,
Choice/16/disabled_text,,
Text/17/text,Cool,
Choice/18/text,This is another choise,
Choice/18/disabled_text,,
Text/19/text,Also Cool,
1 keys en de
2 Text/11/text Text/15/text Hello World! var is choise Hallo Welt!
3 Text/12/text Text/11/text This is very cool text in english! Hello Hello! (var: {TestVariable}) Das ist ein sehr cooler Text auf Deutsch! Hallo Welt!
4 Text/14/text Choice/16/text This is a text, with a 'comma' and "quotation marks" in it. This is a choise Das ist ein Text, mit einem 'Komma' und "Anführungszeichen" darin.
5 Choice/16/disabled_text
6 Text/17/text Cool
7 Choice/18/text This is another choise
8 Choice/18/disabled_text
9 Text/19/text Also Cool