Changes between Initial Version and Version 2 of Ticket #5115
- Timestamp:
- 03/25/2020 02:40:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5115
- Property Keywords needs-patch added
-
Ticket #5115 – Description
initial v2 3 3 The [https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/class-plugin.php#L84 Rosetta option overrides] respect the user locale, rather than the site locale. 4 4 5 When browsing asa `en_US` user locale, the `timezone_string`/`gmt_offset` will be set to `''`/`0`, rather than the expected `Asia/Tokyo`.5 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`. 6 6 7 7 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.