aboutsummaryrefslogtreecommitdiff
path: root/shakehand/test-locale
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-17 00:14:14 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-17 00:38:17 +0800
commit83d91396bc84a0a35b5b676ab8c2518678a1dd3f (patch)
treec3cca7c0faa6b4750993379ff9d6fee3d866ee82 /shakehand/test-locale
Restructure workspace into subcrates0.1.0
Diffstat (limited to 'shakehand/test-locale')
-rw-r--r--shakehand/test-locale/global.toml7
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}!"