From 125e4d17153afeef4cc9a44af1b9ac0755df25c4 Mon Sep 17 00:00:00 2001 From: Jerry Ma <92690997+TomStilson@users.noreply.github.com> Date: Mon, 2 Jan 2023 17:15:01 -0500 Subject: [PATCH] feat(locales): chinese simplified language files (#194) --- locales/zh-cn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 locales/zh-cn.json diff --git a/locales/zh-cn.json b/locales/zh-cn.json new file mode 100644 index 0000000..bf7d378 --- /dev/null +++ b/locales/zh-cn.json @@ -0,0 +1,8 @@ +{ + "language": "简体中文", + "ui": { + "cancel": "取消", + "close": "关闭", + "confirm": "确认" + } +}