#51332 closed enhancement (fixed)
Update URL of php.net date format table
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.6 | Priority: | low |
| Severity: | minor | Version: | |
| Component: | I18N | Keywords: | good-first-bug has-patch |
| Focuses: | docs | Cc: |
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.
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.