Opened 9 years ago
Closed 9 years ago
#3095 closed defect (bug) (duplicate)
A string in plugin directory needs to use _n()
| Reported by: | tobifjellner | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description (last modified by )
Depending on the number of translated languages, the word "all" will be translated differently in many languages. These rows need to be constructed with _n()
printf( /* translators: %s: Number of available languages */ _x( 'See all %s', 'languages' ), $available_languages_count )
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
That string is also missing a text domain.
There's also
_x( 'See all %s', 'plugins', 'wporg-plugins' )string in the theme.