1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-10 00:29:01 +02:00
kratos/examples/i18n/active.en.toml
Windfarer a7b1af764f
feat(examples/i18n) add i18n example (#1157)
* i18n example

* enable

* regenerate

* readme

* update doc

* go mod tidy

* update readme

* go mod tidy
2021-07-12 13:41:21 +08:00

5 lines
86 B
TOML

[sayHello]
description = "sayhello"
one = "Hello {{.Name}}"
other = "Hello {{.Name}}"