aaron13100 / 404solution

404 Solution
https://ajexperience.com/wealthpsychology/404-solution/
4 stars 2 forks source link

Item count in tables uses wrong localization #2

Closed aaron13100 closed 7 years ago

aaron13100 commented 7 years ago

From @schlessera on November 9, 2016 18:57

What I Expected To Happen

Item counts in table pagination areas should use a localization function that can account for singular and plural translations. See: https://codex.wordpress.org/Function_Reference/_n

What Happened Instead

Item count just translates the word items: __( 'items', '404-redirected' )

Steps to Reproduce the Bug

Can be seen in source code.

Copied from original issue: ThemeMix/redirectioner#26

aaron13100 commented 7 years ago

From @schlessera on November 9, 2016 18:57

Fixing this will break existing translations.