https://bugs.kde.org/show_bug.cgi?id=504688
Bug ID: 504688 Summary: In German translation mode, "," is replaced with ";" Classification: Applications Product: kturtle Version First unspecified Reported In: Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: c...@kde.nl Reporter: i...@eisenseil.de Target Milestone: --- *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY When i switch to German, there are problems with the syntax. Somehow the "," is replaced with a ";" as a requirement means goto 100,100 translated to gehe 100;00 and $value = 10 * 0.6 translated to $value = 10 * 0;6 Which is confusing for my 4th graders. Maybe you can check that out? STEPS TO REPRODUCE 1. See on top 2. 3. OBSERVED RESULT $value = 10 * 0.6 No working in German mode $value = 10 * 0;6 works gehe 100,100 Not working in German mode gehe 100;100 works EXPECTED RESULT Should work as in normal mode SOFTWARE/OS VERSIONS Windows: WIndows 11 macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION kturtle nightly Version 25.07.70 On the Linux versions (ubuntu) i can observe the same (thats what i use in my class) Thanks alot! -- You are receiving this mail because: You are watching all bug changes.