Ticket #9507 (closed defect (bug): fixed)
Unable to localize the "tag" word in the new plugin page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | I18N | Version: | 2.7.1 |
| Severity: | normal | Keywords: | has-patch |
| 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
Change History
Viper007Bond — 3 years ago
-
attachment
9507.patch
added
comment:1
Viper007Bond — 3 years ago
- Keywords has-patch added
- Milestone changed from Unassigned to 2.8
comment:3
in reply to:
↑ 2
Viper007Bond — 3 years ago
Replying to ryan:
_c() is deprecated. Use _x().
Ah, I wondered which to use, but didn't see any mention in the phpdocs. Fresh patch incoming.
Note: See
TracTickets for help on using
tickets.

Add "Tag" translation context