Opened 16 years ago
Closed 16 years ago
#9507 closed defect (bug) (fixed)
Unable to localize the "tag" word in the new plugin page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.7.1 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
in plugin-install.php the tag word is localized using _e('Tag'). this seems to conflict with a different localization of 'Tag' done by using ngettext( 'Tag', 'Tags', $num_tags ), and the first version is not translated at all.
I guess that the simplest solution will be to change it to _e('Tag|plugin').
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Add "Tag" translation context