From 932ce924ef9be528799df63d26f64f45823b1a49 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 2 May 2022 00:17:17 +0300 Subject: [PATCH] New translations parse.json (Chinese Traditional) --- src/i18n/zh-Hant/components/parse.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/zh-Hant/components/parse.json diff --git a/src/i18n/zh-Hant/components/parse.json b/src/i18n/zh-Hant/components/parse.json new file mode 100644 index 00000000..df93b2df --- /dev/null +++ b/src/i18n/zh-Hant/components/parse.json @@ -0,0 +1,9 @@ +{ + "HTML": { + "expanded": { + "true": "收起{{hint}}", + "false": "展開{{hint}}" + }, + "defaultHint": "全文" + } +} \ No newline at end of file