Kanta.Translations (kanta v0.2.2)

Main Kanta Translations context

Summary

Functions

Functions

Link to this function

create_context(params)

See Kanta.Translations.Contexts.create_context/1.

Link to this function

create_domain(attrs)

See Kanta.Translations.Domains.create_domain/1.

Link to this function

create_message(attrs)

See Kanta.Translations.Messages.create_message/1.

Link to this function

create_plural_translation(attrs)

See Kanta.Translations.PluralTranslations.create_plural_translation/1.

Link to this function

create_singular_translation(attrs)

See Kanta.Translations.SingularTranslations.create_singular_translation/1.

Link to this function

get_context(params)

See Kanta.Translations.Contexts.get_context/1.

Link to this function

get_domain(params \\ [])

See Kanta.Translations.Domains.get_domain/1.

Link to this function

get_locale(params \\ [])

See Kanta.Translations.Locales.get_locale/1.

Link to this function

get_message(params \\ [])

See Kanta.Translations.Messages.get_message/1.

Link to this function

get_messages_count()

See Kanta.Translations.Messages.get_messages_count/0.

Link to this function

get_plural_translation(params)

See Kanta.Translations.PluralTranslations.get_plural_translation/1.

Link to this function

get_singular_translation(params)

See Kanta.Translations.SingularTranslations.get_singular_translation/1.

Link to this function

list_contexts(params \\ [])

See Kanta.Translations.Contexts.list_contexts/1.

Link to this function

list_domains(params \\ [])

See Kanta.Translations.Domains.list_domains/1.

Link to this function

list_locales(params \\ [])

See Kanta.Translations.Locales.list_locales/1.

Link to this function

list_messages(params \\ [])

See Kanta.Translations.Messages.list_messages/1.

Link to this function

list_plural_translations(params)

See Kanta.Translations.PluralTranslations.list_plural_translations/1.

Link to this function

update_locale(locale, attrs)

See Kanta.Translations.Locales.update_locale/2.

Link to this function

update_plural_translation(translation, attrs)

See Kanta.Translations.PluralTranslations.update_plural_translation/2.

Link to this function

update_singular_translation(translation, attrs)

See Kanta.Translations.SingularTranslations.update_singular_translation/2.