Opened 5 years ago
Last modified 4 years ago
#5115 new defect (bug)
Rosetta option overrides respect user locale (but shouldn't)
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | needs-patch |
Cc: |
Description (last modified by )
As reported by @nao on Slack: https://wordpress.slack.com/archives/C02QB8GMM/p1585101201000700
The Rosetta option overrides respect the user locale, rather than the site locale.
When browsing ja.wordpress.org/wp-admin with a en_US
user locale, the timezone_string
/gmt_offset
will be set to ''
/0
, rather than the expected Asia/Tokyo
.
Either the Rosetta Locale should be respected for the purpose of option overrides, or they should be removed and locale sites should just set the appropriate options themselves.
Change History (5)
This ticket was mentioned in Slack in #meta by dd32. View the logs.
5 years ago
This ticket was mentioned in PR #11 on WordPress/wordpress.org by dd32.
5 years ago
#3
5 years ago
#4
Ticket Description:
<img width="826" alt="Screen Shot 2020-05-22 at 5 35 03 pm" src="https://user-images.githubusercontent.com/767313/82643295-9ccaa900-9c52-11ea-8d53-512e763ffe32.png">
Ticket Property Edit:
<img width="830" alt="Screen Shot 2020-05-22 at 5 33 29 pm" src="https://user-images.githubusercontent.com/767313/82643306-a227f380-9c52-11ea-8460-dfd860d6a7f4.png">
This PR adds the things needed to add a Dev Note for core.trac.wordpress.org.