tr

Undocumented in source.
  1. 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...
    ) {}
  2. template tr(string singular, string plural, string[Tr] attributes = null, int line = __LINE__, string file = __FILE__, string mod = __MODULE__, string func = __FUNCTION__, Args...)
  3. template tr(string singular, string[Tr] attributes = null)
  4. template tr(string singular, string plural, string[Tr] attributes = null)
  5. string tr()
  6. string tr(size_t n)

Members

Aliases

tr
alias tr = tr!(singular, null, attributes, line, file, mod, func, Args)
Undocumented in source.

Meta