Cldr v0.0.17 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(%{}))