Packages

Translate gleam applications with locale files

Current section

Files

Jump to
translate src error.gleam
Raw

src/error.gleam

import gleam/json
import simplifile
pub type TranslatorError {
DirectoryNotSet
DirectoryNotFound
KeyNotFound
LanguageFileNotFound
JsonError(json.DecodeError)
FileError(simplifile.FileError)
}