Packages

Internationalization (i18n) for the Telega Telegram Bot Library: TOML/JSON catalogs, locale middleware, interpolation and CLDR pluralization

Current section

Files

Jump to
telega_i18n include telega_i18n_Catalog.hrl
Raw

include/telega_i18n_Catalog.hrl

-record(catalog, {
default :: binary(),
locales :: gleam@dict:dict(binary(), gleam@dict:dict(binary(), binary())),
fallbacks :: gleam@dict:dict(binary(), list(binary()))
}).