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 src telega_i18n.app.src
Raw

src/telega_i18n.app.src

{application, telega_i18n, [
{vsn, "2.1.0"},
{applications, [gleam_erlang,
gleam_json,
gleam_stdlib,
simplifile,
telega,
tom]},
{description, "Internationalization (i18n) for the Telega Telegram Bot Library: TOML/JSON catalogs, locale middleware, interpolation and CLDR pluralization"},
{modules, [telega_i18n,
telega_i18n@@main]},
{registered, []}
]}.