Optional contextThe delimiter to use when adding contextualized strings.
Optional domainThe domain of the translation, usually the normalized package name. Example: "jupyterlab", "jupyterlab_git"
Normalization replaces - by _ in package name.
Optional localeLanguage locale. Example: es_CO, es-CO.
Optional messagesTranslation message strings.
Optional pluralString describing the plural of the given language. See: https://www.gnu.org/software/gettext/manual/html_node/Translating-plural-forms.html
Optional pluralPlural form function.
Optional stringsThe string prefix to add to localized strings.
Configurable options for the Gettext constructor.