Opened 3 years ago
Last modified 16 months ago
#14981 new defect (bug)
Two i18n misses
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | I18N | Version: | 3.3.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | ran@… |
Description
1) /wp-admin/nav-menus.php: the "Most Recent" string (/wp-admin/includes/nav-menu.php:645) should be separated between the Pages context and the Articles context, since they can take different forms according to the language (i.e.: in French, "Articles" is masculine, "Pages" is feminine.
2) /wp-admin/edit.php: Same contextual need for "All", "Published", "Scheduled" and the rest of the per-status selector, for posts and articles (and others...).
Change History (4)
- Cc ran@… added
- Keywords 3.2-early added
- Milestone changed from Awaiting Review to Future Release
Both of these improvement require a fair few changes.
The strings for the Post Statuses have context of "Post" but get used for all Post Types.
Marking as a 3.2 candidate
Note: See
TracTickets for help on using
tickets.

+1 for this, the need exists for the Hebrew translation as well.