Shorthand for gettext.
The singular string to translate.
Any additional values to use with interpolation.
A translated string if found, or the original string.
This is not a private method (starts with an underscore) it is just a shorter and standard way to call these methods.
Shorthand for ngettext.
The singular string to translate.
The plural string to translate.
The number for pluralization.
Any additional values to use with interpolation.
A translated string if found, or the original string.
This is not a private method (starts with an underscore) it is just a shorter and standard way to call these methods.
Shorthand for npgettext.
The message context.
The singular string to translate.
The plural string to translate.
The number for pluralization.
Any additional values to use with interpolation.
A translated string if found, or the original string.
This is not a private method (starts with an underscore) it is just a shorter and standard way to call these methods.
Shorthand for pgettext.
The message context.
The singular string to translate.
Any additional values to use with interpolation.
A translated string if found, or the original string.
This is not a private method (starts with an underscore) it is just a shorter and standard way to call these methods.
Translate a singular string with extra interpolation values.
The translations domain.
The message context.
The singular string to translate.
The plural string to translate.
The number for pluralization.
Any additional values to use with interpolation
A translated string if found, or the original string.
Translate a plural string with extra interpolation values.
The singular string to translate.
Any additional values to use with interpolation.
A translated string if found, or the original string.
Translate a contextualized plural string with extra interpolation values.
The message context.
The singular string to translate.
The plural string to translate.
The number for pluralization.
Any additional values to use with interpolation
A translated string if found, or the original string.
Translate a contextualized singular string with extra interpolation values.
The message context.
The singular string to translate.
Any additional values to use with interpolation.
A translated string if found, or the original string.
This is not a private method (starts with an underscore) it is just a shorter and standard way to call these methods.
Static
strfmt
Gettext class providing localization methods.