Comeonin.Gettext

Module to provide gettext function for i18n. See the documentation for elixir-lang/gettext for more details.

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(%{}))