diff options
| author | copi143 <copi143@outlook.com> | 2026-01-17 04:02:47 +0800 |
|---|---|---|
| committer | copi143 <copi143@outlook.com> | 2026-01-17 04:02:47 +0800 |
| commit | c38d117b5803c65ad57a4c4704ee0d897d9fb3cb (patch) | |
| tree | 006977b48229ab2ef282bce705fc4caf60160252 /test/lang/src.toml | |
init
Diffstat (limited to 'test/lang/src.toml')
| -rw-r--r-- | test/lang/src.toml | 14 |
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}!" |
