View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004690 | SOGo | i18n | public | 2019-02-26 11:40 | 2019-04-11 22:25 |
Reporter | Handle | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0004690: Localize date format and change word order in German reply template | ||||
Description | Right now it looks like this: Better would be: So a theoretical template would look like this: I don't know how to localize the date format and the time zone, maybe somebody can help with that. "CET" is "MEZ" and "CEST" is "MESZ" in German. | ||||
Steps To Reproduce | Change language to German and reply to an e-mail. | ||||
Tags | No tags attached. | ||||
It uses the NSDateFormatString definition from the locale: https://github.com/inverse-inc/sogo/blob/master/UI/MainUI/German.lproj/Locale#L10 For the timezone, my guess is that it uses your system's locales. What's the output of "localectl list-locales"? |
|
I think I found the problem. I can't change the long time format in the preferences. For some reason it is set to "weekday, month, day, year". When I change it, click on "save", switch to the mail view and come back again the old setting is still there. Log file when saving the settings: 12.4.2019, 00:17:58 "POST /SOGo/so/user@domain.tld/Preferences/save HTTP/1.0" 200 0/3677 0.364 - - 0 I'm running SOGo inside a docker container. I changed the locale to de_DE.UTF-8 but that didn't change anything. root@ed1297999e73:/# locale |
|