Changes between Version 1 and Version 2 of Ticket #1269, comment 11
- Timestamp:
- 07/19/2017 08:42:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1269, comment 11
v1 v2 8 8 Also, when JavaScript is disabled, it's hardcoded to use the `F j, Y` format, which is not suitable for languages with declensions (#WP11226). "Декабрь 6, 2015" is not correct Russian, "6 декабря 2015" is. That's why we generally use `d.m.Y` instead of `F j, Y`. 9 9 10 Ideally, I'd like to switch to `human_time_diff()`, aswe did for plugin directory in #1270. But I guess that would be tricky, because it involves either adding a field in that format to the API or performing an additional request. Recreating the function in JavaScript doesn't seem feasible either, because we need `_n()` to work.10 Ideally, I'd like to switch to `human_time_diff()`, like we did for plugin directory in #1270. But I guess that would be tricky, because it involves either adding a field in that format to the API or performing an additional request. Recreating the function in JavaScript doesn't seem feasible either, because we need `_n()` to work. 11 11 12 12 Could we at least commit [attachment:meta-1269.2.patch] to benefit from [WP35517] when JS is disabled? :)