Summary: | In German translation mode, "," is replaced with ";" | ||
---|---|---|---|
Product: | [Applications] kturtle | Reporter: | Marco <info> |
Component: | general | Assignee: | Cies Breijs <cies> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | info, spitz234 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marco
2025-05-23 06:31:51 UTC
I looked up in the translator documentation for kturtle. I just found it in the wayback machine under https://web.archive.org/web/20080218020607/https://edu.kde.org/kturtle/translator.php and there it is stated, that this separator has to be different to the decimal separator. >Be carefull with the ArgumentSeparator (a comma in en_US), and the DecimalSeparator >(a dot in en_US). In your language the comma might be used as DecimalSeparator, in that >case you can use a semicolon ';' as ArgumentSeparator -- but you don't have to! If you >think it is acceptable to use the dot as DecimalSeparator please do so: in programming l >anguages the dot is usually used as DecimalSeparator it might be good to learn this right >from the start. The string was changed with https://websvn.kde.org/branches/stable/l10n-kf6/de/messages/kturtle/kturtle.po?r1=1556029&r2=1559702 So it looks like it is ok? Do you have some documentation for this, how it should be? I checked other languages and opened this review: https://phabricator.kde.org/D30382 Changes added with Eingespielt mit https://websvn.kde.org/?revision=1712262&view=revision |