Opened 7 years ago
Closed 7 years ago
#3095 closed defect (bug) (duplicate)
A string in plugin directory needs to use _n()
Reported by: | tobifjellner | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
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.
That string is also missing a text domain.
There's also
_x( 'See all %s', 'plugins', 'wporg-plugins' )
string in the theme.