Opened 17 years ago
Closed 17 years ago
#9507 closed defect (bug) (fixed)
Unable to localize the "tag" word in the new plugin page
| Reported by: | mark-k | Owned by: | nbachiyski |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | I18N | Version: | 2.7.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Add "Tag" translation context