gettext v1.0.1 (2022-07-15T20:11:23Z)
Dub
Repo
TranslatableStringPlural
gettext
Undocumented in source.
@
safe
struct
TranslatableStringPlural {
string
str
;
string
strpl
;
this
(string str, string strpl);
string
opCall
(size_t number);
}
Constructors
this
this
(string str, string strpl)
Undocumented in source.
Members
Functions
opCall
string
opCall
(size_t number)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
str
string
str
;
strpl
string
strpl
;
Undocumented in source.
Meta
Source
See Implementation
gettext
enums
Tr
functions
availableLanguages
languageCode
selectLanguage
manifest constants
main
structs
TranslatableString
TranslatableStringPlural
templates
tr