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