Cldr
v0.0.16
GUIDES
Modules
Exceptions
Cldr v0.0.16
Cldr.Gettext
Implements a Gettext-compatible module but using Cldr locales. Its an example only.
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(%{}))