Changes between Version 2 and Version 3 of Ticket #47511, comment 1
- Timestamp:
- 06/10/2019 01:20:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47511, comment 1
v2 v3 1 Thinking this can be (easily) implemented as a filterable white list. Then the different locale teams will be in charge to add the specific defaults for each locale. 1 Thinking this can be (easily) implemented as a filterable white list. Then the different locale teams will be in charge to add the specific defaults for each locale. Alternatively we can "extract" the common settings data from glibc, perhaps. There are tons of locale settings/data there we only need a small subset. 2 2 3 3 It will also make redundant the current practice to pass locale specific settings as translatable strings (which seems sub-optimal). Even if we still need to support that, at least it will be "centralized" and filterable.