Opened 9 years ago
Closed 9 years ago
#41832 closed defect (bug) (invalid)
Published date issue when translated
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.8.1 |
| Component: | Date/Time | Keywords: | |
| Focuses: | administration | Cc: |
Description
This is how it's displayed on admin panel when Uzbek language is active:
Chop etilgan sana: 26-Avg, 2017 342017pm31 15:02 (screenshot attached)
This is the permalink for the translation: https://translate.wordpress.org/projects/wp/dev/admin/uz/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=996&filters%5Btranslation_id%5D=46937863
342017pm31 in the date is the issue.
There's no problem when I view the admin panel in English or Russian.
Attachments (1)
Change History (2)
#1
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Hi @azamat88, welcome to WordPress Trac!
You have a wrong translation for the M j, Y @ H:i string: j-M, Y soat H:i.
s, o, a, and t are all recognized as valid parameters of the PHP date() function, and they produce the 342017pm31 part on your screenshot.
date bug