https://bugs.kde.org/show_bug.cgi?id=408662
Bug ID: 408662 Summary: Proper time formatting for locales where AMPM is going in front of time value Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Digital Clock Assignee: plasma-b...@kde.org Reporter: k...@peremen.name Target Milestone: 1.0 SUMMARY On certain locales like Korean, time in 12-hour format has AM/PM indicator prefixed to the time value like AM 12:00. Currently digital clock applet does not support such situation. STEPS TO REPRODUCE 1. Set locale to ko_KR (or other locale where 12-hour time format is AP hh:mm 2. Set digital clock to 12-hour mode 3. See the clock OBSERVED RESULT AM/PM indicator goes after time value (in example for Korean: 12:00 오전) EXPECTED RESULT AM/PM indicator goes in front of time value (in example for Korean: 오전 12:00) SOFTWARE/OS VERSIONS I checked the source code of master, function timeFormatCorrection(timeFormatString) of contents/ui/DigitalClock.qml hardcodes AM/PM indicator after the time value. -- You are receiving this mail because: You are watching all bug changes.