diff options
author | 2024-02-05 18:06:36 +0800 | |
---|---|---|
committer | 2024-02-05 11:06:36 +0100 | |
commit | 9c6b12225e5e18a92442a079ff1f4776f14db188 (patch) | |
tree | 0d045395980e45e18e3ccdd374ec814eaae1874e /src/tools/text-diff | |
parent | 7f5fa001473bca4c2a7cf7952c7586546e9da9a8 (diff) | |
download | it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.tar.gz it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.tar.zst it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.zip |
feat(i18n): added zh tools translations (#874)
Diffstat (limited to 'src/tools/text-diff')
-rw-r--r-- | src/tools/text-diff/locales/zh.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/text-diff/locales/zh.yml b/src/tools/text-diff/locales/zh.yml index e69de29..7e37bfb 100644 --- a/src/tools/text-diff/locales/zh.yml +++ b/src/tools/text-diff/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-diff: + title: 文本比较 + description: 比较两个文本并查看它们之间的差异。 |