Skip to main content

src/telega_i18n.app.src

{application, telega_i18n, [
    {vsn, "2.0.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, []}
]}.