gettext ~master (2022-07-10T16:50:50.6441202)
Dub
Repo
tr
gettext
Undocumented in source.
template
tr
(string singular, string[Tr] attributes = null, int line = __LINE__, string file = __FILE__, string mod = __MODULE__, string func = __FUNCTION__, Args...)
version(xgettext)
template
tr (
string
singular
string
[
Tr
]
attributes
= null
int
line
= __LINE__
string
file
= __FILE__
string
mod
= __MODULE__
string
func
= __FUNCTION__
Args
...
) {
alias
tr
=
tr
!(
singular
,
null
,
attributes
,
line
,
file
,
mod
,
func
,
Args
)
;
}
template
tr
(string singular, string plural, string[Tr] attributes = null, int line = __LINE__, string file = __FILE__, string mod = __MODULE__, string func = __FUNCTION__, Args...)
template
tr
(string singular, string[Tr] attributes = null)
template
tr
(string singular, string plural, string[Tr] attributes = null)
string
tr
()
string
tr
(size_t n)
Members
Aliases
tr
alias
tr
=
tr
!(
singular
,
null
,
attributes
,
line
,
file
,
mod
,
func
,
Args
)
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