still hard coded text generation

Started by k2ymg, April 12, 2020, 06:41:21 AM

Previous topic - Next topic

k2ymg

I feel there is still hard coded text generation that makes translation to difficult. Simple concatenation, or special handling for space, comma and periods.

for example:

QuestBedroomRequirementsUnsatisfied(Single):
It is simple concat "A of " + "B", but our language is "B -> A". this is makes unnatural.

ClauseSequence2(.. 8):
It seems removes final '.' with programmatically for 'allRewardsDescriptions'.
If use other character, it's not working.

thank you.

Tynan

Thanks k2ymg, let me move this to Bugs so we can take a look.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

ison

Thanks, we'll look into it.

QuoteIt seems removes final '.' with programmatically for 'allRewardsDescriptions'.
If use other character, it's not working

Could you tell us the case where this fails in your language?