gettext ~master (2022-07-10T16:50:50.6441202)
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
aliases
Key
enums
Format
Tr
functions
availableLanguages
languageCode
messageFromKey
scan
selectLanguage
stringify
manifest constants
main
structs
TranslatableString
TranslatableStringPlural
templates
tr
variables
potFile