tr
- 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...)
- 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)
gettext
aliasesenumsfunctionsmanifest constantsstructstemplatesvariables
Translate message.
This does *not* instantiate a new function for every marked string (the signature is fabricated for the sake of documentation).