diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 01:05:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 01:05:24 +0800 |
| commit | 1957ba706f62a82a9f60df1f28e23de5fa8bb319 (patch) | |
| tree | fae07ade0aba30a1d0ad66344e4d1f61116f2074 /shakehand-test/locale/test_fallback.toml | |
| parent | c9685671512b05ec9b4caba2b7079382120cce1c (diff) | |
Implement fallback chain resolution for translation keys
Diffstat (limited to 'shakehand-test/locale/test_fallback.toml')
| -rw-r--r-- | shakehand-test/locale/test_fallback.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shakehand-test/locale/test_fallback.toml b/shakehand-test/locale/test_fallback.toml new file mode 100644 index 0000000..ddcf627 --- /dev/null +++ b/shakehand-test/locale/test_fallback.toml @@ -0,0 +1,13 @@ +[en] +hello = "Hello" +goodbye = "Goodbye" + +[zh_CN] +hello = "你好" + +[fr] +hello = "Bonjour" +goodbye = "Au revoir" + +[it] +goodbye = "Arrivederci" |
