#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)
#3
@
9 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: