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/xml-formatter | |
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/xml-formatter')
-rw-r--r-- | src/tools/xml-formatter/locales/zh.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/xml-formatter/locales/zh.yml b/src/tools/xml-formatter/locales/zh.yml index e69de29..eadc328 100644 --- a/src/tools/xml-formatter/locales/zh.yml +++ b/src/tools/xml-formatter/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + xml-formatter: + title: XML 格式化 + description: 将XML字符串修饰为友好的可读格式。 |