aboutsummaryrefslogtreecommitdiff
path: root/test/lang
diff options
context:
space:
mode:
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}!"