Cldr
v0.0.10
GUIDES
Modules
Exceptions
Cldr v0.0.10
Cldr.Gettext
Summary
Functions
lgettext(locale, domain, msgid, bindings \\ %{})
lngettext(locale, domain, msgid, msgid_plural, n, bindings \\ %{})
Macros
dgettext(domain, msgid, bindings \\ Macro.escape(%{}))
dngettext(domain, msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
gettext(msgid, bindings \\ Macro.escape(%{}))
ngettext(msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
Functions
lgettext(locale, domain, msgid, bindings \\ %{})
lngettext(locale, domain, msgid, msgid_plural, n, bindings \\ %{})
Macros
dgettext(domain, msgid, bindings \\ Macro.escape(%{}))
dngettext(domain, msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
gettext(msgid, bindings \\ Macro.escape(%{}))
ngettext(msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))