Opened 11 years ago
Closed 11 years ago
#26367 closed defect (bug) (fixed)
Twenty Fourteen: Date format should be translatable
Reported by: | mako09 | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp-content/themes/twentyfourteen/archive.php, 'F Y' and 'Y' should be localized. FYI, they are translatable in themes/twentythirteen.
Same string 'Y' appear in wp-includes/theme-compat/sidebar.php.
Attachments (2)
Change History (7)
#1
@
11 years ago
- Component changed from I18N to Bundled Theme
- Milestone changed from Awaiting Review to 3.8
- Summary changed from Date format in twentyfourteen should be translatable to Twenty Fourteen: Date format should be translatable
Note: See
TracTickets for help on using
tickets.
@mako09 Thanks for the ticket and patch. Can you update your fix to work like Twenty Thirteen with translator comments with
_x()
please?