Opened 13 years ago
Closed 13 years ago
#26367 closed defect (bug) (fixed)
Twenty Fourteen: Date format should be translatable
| Reported by: | mako09 | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Bundled Theme | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
13 years ago
- Component I18N → Bundled Theme
- Milestone Awaiting Review → 3.8
- Summary Date format in twentyfourteen should be translatable → Twenty Fourteen: Date format should be translatable
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@mako09 Thanks for the ticket and patch. Can you update your fix to work like Twenty Thirteen with translator comments with
_x()please?