Packages

A comprehensive platform-agnostic internationalization library for Gleam with multi-language date/time formatting, pluralization rules, and locale-aware number formatting

Current section

Files

Jump to
g18n gleam.toml
Raw

gleam.toml

name = "g18n"
version = "2.0.1"
description = "A comprehensive platform-agnostic internationalization library for Gleam with multi-language date/time formatting, pluralization rules, and locale-aware number formatting"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "g18n" }
links = [{ title = "Website", href = "https://github.com/renatillas/g18n" }]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
{ title = "Syntax guide", path = "syntax_guide.html", source = "./pages/syntax_guide.md" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
splitter = ">= 1.1.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
tom = ">= 2.0.0 and < 3.0.0"
argv = ">= 1.0.0 and < 2.0.0"
trie_again = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
shellout = ">= 1.7.0 and < 2.0.0"
snag = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
testament = ">= 0.3.1 and < 1.0.0"