Packages

Translate gleam applications with locale files

Current section

Files

Jump to
translate src translate.app.src
Raw

src/translate.app.src

{application, translate, [
{vsn, "0.0.1"},
{applications, [gleam_json,
gleam_stdlib,
gleeunit,
simplifile]},
{description, "Translate gleam applications with locale files"},
{modules, [error,
header,
json,
translator]},
{registered, []}
]}.