When show log, an arg "--date=format:%d-%m-%Y" is hard coded. In different regions, people are used to different orders of the day, month and year. Perhaps we could mark the string as i18n so that it can be localised? The arg string is in https://invent.kde.org/sdk/dolphin-plugins/-/blob/c01c0ffb8fbd92df2b48c34769a584dbc12d0ea9/git/fileviewgitplugin.cpp#L469
A possibly relevant merge request was started @ https://invent.kde.org/sdk/dolphin-plugins/-/merge_requests/55
Git commit ee7cbc1f75df67653c017cb697e28be74064f0dc by Méven Car, on behalf of Alexander Johansen. Committed on 30/03/2024 at 12:54. Pushed by meven into branch 'master'. Use locales date in Git log This tells Git to use the system locale for its date instead of hard-coding a format. M +1 -1 git/fileviewgitplugin.cpp https://invent.kde.org/sdk/dolphin-plugins/-/commit/ee7cbc1f75df67653c017cb697e28be74064f0dc