#1507 closed defect (bug) (fixed)
WordPress.org Showcase - String localization
| Reported by: | ramiy | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Showcase | Keywords: | has-patch commit |
| Cc: |
Description
Add i18n functions to the showcase theme.
Attachments (3)
Change History (9)
#3
@
10 years ago
- Keywords commit added
- Resolution fixed
- Status closed → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 2376: