stelegen 0.0.7

JSON-first, type-safe i18n codegen with pluggable per-language emitters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
canonical = "en"
locales = "examples/locales"

[[target]]
lang = "typescript"
out = "examples/out/copy.gen.ts"

[[target]]
lang = "swift"
out = "examples/out/Copy.swift"

[[target]]
lang = "react"
out = "examples/out/copy.react.ts"
core = "./copy.gen"