aboutsummaryrefslogtreecommitdiff
path: root/test/lang
diff options
context:
space:
mode:
authorcopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
committercopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
commitc38d117b5803c65ad57a4c4704ee0d897d9fb3cb (patch)
tree006977b48229ab2ef282bce705fc4caf60160252 /test/lang
init
Diffstat (limited to 'test/lang')
-rw-r--r--test/lang/src.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/lang/src.toml b/test/lang/src.toml
new file mode 100644
index 0000000..dedc083
--- /dev/null
+++ b/test/lang/src.toml
@@ -0,0 +1,14 @@
+["Hello, world!"]
+zh-cn = "你好,世界!"
+es = "¡Hola, mundo!"
+fr = "Bonjour le monde!"
+
+["Hello, {}!"]
+zh-cn = "你好,{}!"
+es = "¡Hola, {}!"
+fr = "Bonjour, {}!"
+
+["Hello, {name}!"]
+zh-cn = "你好,{name}!"
+es = "¡Hola, {name}!"
+fr = "Bonjour, {name}!"