diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 00:14:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 00:38:17 +0800 |
| commit | 83d91396bc84a0a35b5b676ab8c2518678a1dd3f (patch) | |
| tree | c3cca7c0faa6b4750993379ff9d6fee3d866ee82 /shakehand/test-locale | |
Restructure workspace into subcrates0.1.0
Diffstat (limited to 'shakehand/test-locale')
| -rw-r--r-- | shakehand/test-locale/global.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shakehand/test-locale/global.toml b/shakehand/test-locale/global.toml new file mode 100644 index 0000000..0fde1bd --- /dev/null +++ b/shakehand/test-locale/global.toml @@ -0,0 +1,7 @@ +[en] +world = "world" +greeting = "Hello, %{someone}!" + +[zh_CN] +world = "世界" +gretting = "你好,%{someone}!" |
