-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
singular
-
gettext( key )
plural
-
ngettext( singular_key, plural_key, value )
domain
-
dgettext( domain, key ) -
dngettext( domain, singular_key, plural_key, value )
context
-
pgettext( context, key ) -
npgettext( context, singular_key, plural_key, value )
domain and context
-
dpgettext( domain, context, key ) -
dnpgettext( domain, context, singular_key, plural_key, value )
category
-
dcgettext( domain, key, category ) -
dcngettext( domain, singular_key, plural_key, value, category ) -
dcnpgettext( domain, context, singular_key, plural_key, value, category )
I hope that will help to have better view of project state.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels