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...)
template
tr
(string singular, string plural, string[Tr] attributes = null, int line = __LINE__, string file = __FILE__, string mod = __MODULE__, string func = __FUNCTION__, Args...)
version(xgettext)
template
tr (
string
singular
string
plural
string
[
Tr
]
attributes
= null
int
line
= __LINE__
string
file
= __FILE__
string
mod
= __MODULE__
string
func
= __FUNCTION__
Args
...
) {
struct
StrInjector
;
version(xgettext)
static if
(
plural == null
)
enum
tr
;
version(xgettext)
static if
(!(
plural == null
))
enum
tr
;
}
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
Manifest constants
tr
enum
tr
;
Undocumented in source.
tr
enum
tr
;
Undocumented in source.
Structs
StrInjector
struct
StrInjector
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