Files
openclaw/scripts/docs-i18n/go.mod
Josh Palmer 0e0e395b9e Docs: add zh-CN entrypoint translations (#6300)
* Docs: add zh-CN entrypoint translations

* Docs: harden docs-i18n parsing
2026-02-01 15:22:05 +01:00

11 lines
198 B
Modula-2

module github.com/openclaw/openclaw/scripts/docs-i18n
go 1.22
require (
github.com/joshp123/pi-golang v0.0.4
github.com/yuin/goldmark v1.7.8
golang.org/x/net v0.24.0
gopkg.in/yaml.v3 v3.0.1
)