dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
__Text
dxx
util
messages
Undocumented in source.
mixin template
__Text (
string
lang
=
DXXConfig
.
app
.
lang
) {
enum
_Text
;
import
ctini
.
ctini
;
;
const
(
string
)
MsgText
(Args args);
const
(
string
)
getText
(const(string) k, Args args);
}
Members
Functions
MsgText
const
(
string
)
MsgText
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
getText
const
(
string
)
getText
(const(string) k, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
_Text
enum
_Text
;
Undocumented in source.
Meta
Source
See Implementation
dxx
util
messages
functions
MsgParam
mixin templates
__Text