From 58651ea4d253a4ce6582b0ab249a38f4abd4e9fb Mon Sep 17 00:00:00 2001 From: Ayaka Mikazuki Date: Wed, 29 Mar 2023 01:17:22 +1000 Subject: [PATCH] add yue as symlink to zh-HK --- public/locales/yue | 1 + src/i18n.ts | 1 + 2 files changed, 2 insertions(+) create mode 120000 public/locales/yue diff --git a/public/locales/yue b/public/locales/yue new file mode 120000 index 0000000..70f517c --- /dev/null +++ b/public/locales/yue @@ -0,0 +1 @@ +zh-HK \ No newline at end of file diff --git a/src/i18n.ts b/src/i18n.ts index f428104..474ba60 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -16,6 +16,7 @@ export const i18nLanguages = [ 'ms', 'nb', 'sv', + 'yue', 'zh-CN', 'zh-HK', 'zh-TW',