Context-splitting needed for the string "none" #22094
Labels
Internationalization (i18n)
Issues or PRs related to internationalization efforts
[Status] In Progress
Tracking issues with work in progress
The strings "None" and "none" are used in many places.
Unfortunately, this string is impossible to translate correctly in many languages.
The reason is that depending on what noun is described, this word may need to be presented in various forms.
For reference, see the original ticket on Trac.
How to fix it
replace
__( 'None' )
occurrences with_x( 'None', 'Some context )
I'll submit a PR in few mins.
The text was updated successfully, but these errors were encountered: