Cldr
v0.0.19
GUIDES
Modules
Exceptions
Cldr v0.0.19
Cldr.Gettext
Implements a Gettext-compatible module but using Cldr locales. Its an example only.
Summary
Functions
dgettext(domain, msgid, bindings \\ Macro.escape(%{}))
dngettext(domain, msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
gettext(msgid, bindings \\ Macro.escape(%{}))
lgettext(locale, domain, msgid, bindings \\ %{})
lngettext(locale, domain, msgid, msgid_plural, n, bindings \\ %{})
ngettext(msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
Functions
dgettext(domain, msgid, bindings \\ Macro.escape(%{}))
(macro)
dngettext(domain, msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
(macro)
gettext(msgid, bindings \\ Macro.escape(%{}))
(macro)
lgettext(locale, domain, msgid, bindings \\ %{})
lngettext(locale, domain, msgid, msgid_plural, n, bindings \\ %{})
ngettext(msgid, msgid_plural, n, bindings \\ Macro.escape(%{}))
(macro)