selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Translation
selery
lang
Undocumented in source.
struct
Translation {
Translatable
translatable
;
string
[]
parameters
;
this
(Translatable translatable, E parameters);
this
(string default_, E parameters);
static
Translation
server
(string default_, E parameters);
}
Constructors
this
this
(Translatable translatable, E parameters)
Undocumented in source.
this
this
(string default_, E parameters)
Undocumented in source.
Members
Static functions
server
Translation
server
(string default_, E parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
parameters
string
[]
parameters
;
Undocumented in source.
translatable
Translatable
translatable
;
Undocumented in source.
Meta
Source
See Implementation
selery
lang
aliases
Lang
classes
LanguageManager
structs
Translatable
Translation