Changes between Initial Version and Version 3 of Ticket #47511
- Timestamp:
- 06/09/2019 12:18:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47511
- Property Keywords needs-patch added
-
Property
Type
changed from
defect (bug)toenhancement -
Property
Milestone
changed from
Awaiting ReviewtoFuture Release
-
Ticket #47511 – Description
initial v3 1 1 In the UI there are several settings that are locale-specific, like "Date Format", "Time Format", "Week Starts On", etc. Also some locale specific differences in displaying information, like user's name on the Profile screen. In East Asia and some parts of Europe (and others) it is not accepted to have "John Doe", it is "Doe, John" (with or without the comma). For these locales the order of the form fields for First Name and Last Name should be swapped. 2 2 3 This is handled well in MacOS and Windows. Not sure if we need all the options they offer, but a default per-locale settings would be great to have. Then they can include word-count methods ("words" vs. separate characters), default lengths for strings/excerpts, (perhaps) some encoding changes for emails, decimal separator and grouping separator, and anything else that is locale-specific.3 This is handled well in MacOS and Windows. Not sure if we need all the options they offer, but a default per-locale settings would be great to have. Then they can include word-count methods ("words" vs. characters), default lengths for strings/excerpts, (perhaps) some encoding changes for emails, decimal separator (`3,14` vs. `3.14`), grouping separator (`1 000 000` vs. `1,000,000`), and anything else that is locale-specific.