https://bugs.kde.org/show_bug.cgi?id=524025
aristsakas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from aristsakas <[email protected]> --- (In reply to pars from comment #1) > Created attachment 194979 [details] > Fixed dolphin.mo binary file for Turkish locale > > I found the exact cause of the bug and verified the fix locally. > > In the Turkish translation file (`dolphin.po`), the date format codes under > `@title:group Date` were incorrectly translated as the literal text "gggg" > instead of keeping the Qt date format specifier `dddd`. > > Changes made: > - Changed `msgstr "gggg"` to `msgstr "dddd"` > - Changed `msgstr "gggg (AAAA, yyyy)"` to `msgstr "dddd (AAAA, yyyy)"` > > I have attached the fixed `dolphin.mo` file. After applying it, the weekday > headers display properly as expected (e.g., "Pazartesi", "Pazar"). > > VirusTotal scan for dolphin.mo (0/59): > https://www.virustotal.com/gui/file/ > 175f562ae57af5f29d97de60272ba4f69f9286086a21f01521501aa47ed147b1 Thank you for spotting and investigating the problem. Feel free to submit a merge request in Gitlab so the problem is fixed for everyone. Here is the webpage to guide you in the process https://community.kde.org/Get_Involved . Every contribution is appreciated -- You are receiving this mail because: You are watching all bug changes.
