#1507 closed defect (bug) (fixed)
WordPress.org Showcase - String localization
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Showcase | Keywords: | has-patch commit |
| Cc: |
Description
Add i18n functions to the showcase theme.
Attachments (3)
Change History (9)
#1
@
10 years ago
- Summary changed from Showcase i18n to WordPress.org Showcase - String localization
#2
@
10 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
#3
@
10 years ago
- Keywords commit added
- Resolution fixed deleted
- Status changed from closed to reopened
Placeholders need a translator comment, not a context.
_x() is meant to distinguish the same string used in different contexts, e.g. _x( 'Add New', 'post' ) vs. _x( 'Add New', 'plugin' ), as it may require a different translation in each case.
See meta-1507.patch.
Note: See
TracTickets for help on using
tickets.
In 2376: