diff options
author | 2024-02-11 00:33:52 +0100 | |
---|---|---|
committer | 2024-02-11 00:33:52 +0100 | |
commit | dc0461595f1c3de0c475424a9f6e1a72fe4f11aa (patch) | |
tree | 4cb5d5c934137b2aa3ab28a01e5f83e5a0986473 /src/tools/toml-to-yaml/locales/zh.yml | |
parent | 079aa2164c3836fce38ddeab7e79c2d51e0595b3 (diff) | |
download | it-tools-dc0461595f1c3de0c475424a9f6e1a72fe4f11aa.tar.gz it-tools-dc0461595f1c3de0c475424a9f6e1a72fe4f11aa.tar.zst it-tools-dc0461595f1c3de0c475424a9f6e1a72fe4f11aa.zip |
feat(i18n): get locales on build (#880)
Diffstat (limited to 'src/tools/toml-to-yaml/locales/zh.yml')
-rw-r--r-- | src/tools/toml-to-yaml/locales/zh.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/toml-to-yaml/locales/zh.yml b/src/tools/toml-to-yaml/locales/zh.yml deleted file mode 100644 index c5be1e6..0000000 --- a/src/tools/toml-to-yaml/locales/zh.yml +++ /dev/null @@ -1,4 +0,0 @@ -tools: - toml-to-yaml: - title: TOML 到 YAML - description: Parse and convert TOML to YAML. |