#51332 closed enhancement (fixed)
Update URL of php.net date format table
| Reported by: | iandunn | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | low | Milestone: | 5.6 |
| Component: | I18N | Version: | |
| Severity: | minor | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
Description
There are a lot of /* translators: ... */ comments pointing people to https://www.php.net/date to reference the tokens that can be used in date( $format, ... ).
The table has moved from that page, and now lives at https://www.php.net/manual/en/datetime.format.php. If a translator doesn't know that already, they'll have to waste time figuring it out. Updating the links would remove that barrier.
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Er, they should probably be changed to
https://www.php.net/manual/datetime.format.phpinstead ofhttps://www.php.net/manual/en/datetime.format.php. I'm guessing php.net automatically redirects it to the user's locale.