Calendrical.Gettext (Calendrical v0.3.0)

Copy Markdown

Gettext backend for the Calendrical library.

Provides localized error messages for exceptions using the GNU Gettext internationalization framework. Messages use the "calendrical" domain and are organized by context (msgctxt) corresponding to the area of concern: "calendar", "date", "format", "option".

Summary

Functions

handle_missing_bindings(exception, incomplete)

Callback implementation for Gettext.Backend.handle_missing_bindings/2.

handle_missing_plural_translation(locale, domain, msgctxt, msgid, msgid_plural, n, bindings)

Callback implementation for Gettext.Backend.handle_missing_plural_translation/7.

handle_missing_translation(locale, domain, msgctxt, msgid, bindings)

Callback implementation for Gettext.Backend.handle_missing_translation/5.