Packages

Translations as code - Gleam i18n inspired by Paraglide

Current section

Files

Jump to
dachshund src dachshund.app.src
Raw

src/dachshund.app.src

{application, dachshund, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib]},
{description, "Translations as code - Gleam i18n inspired by Paraglide"},
{modules, [dachshund@@main,
dachshund@ffi,
dachshund@locale,
dachshund@strategy]},
{registered, []}
]}.