diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-01-21 21:37:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 21:37:44 +0000 |
commit | c8d062f1aef130e13a99892e7bb695b1e123c3db (patch) | |
tree | de822bbe474ceb10f9f24475ce3c5c6fd9e2347f /app.config.js | |
parent | f0cc83154b7e0d26af4a0c44c0fe78a9589d3f93 (diff) | |
download | voidsky-c8d062f1aef130e13a99892e7bb695b1e123c3db.tar.zst |
Tweak Cantonese language tag (#7440)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index b26175721..57de4493d 100644 --- a/app.config.js +++ b/app.config.js @@ -99,7 +99,7 @@ module.exports = function (config) { 'tr', 'uk', 'vi', - 'yue-Hant', + 'yue', 'zh-Hans', 'zh-Hant', ], |