16 lines
315 B
EmacsLisp
16 lines
315 B
EmacsLisp
vessel "el-i18n" {
|
|
version "0.1.0"
|
|
description "Localization: locale, plural forms, translation bundles, number/currency formatting"
|
|
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
|
edition "2026"
|
|
}
|
|
|
|
dependencies {
|
|
el-platform "1.0"
|
|
}
|
|
|
|
build {
|
|
entry "src/main.el"
|
|
output "dist/"
|
|
}
|