From ed95403480e831dffc7e7787ef7b238ea4c649d1 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 5 Oct 2025 09:37:05 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16015 https://github.com/siyuan-note/siyuan/issues/8342 Signed-off-by: Daniel <845765@qq.com> --- kernel/model/plugin.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/model/plugin.go b/kernel/model/plugin.go index 77d0345fd..0cf30acad 100644 --- a/kernel/model/plugin.go +++ b/kernel/model/plugin.go @@ -157,10 +157,6 @@ func loadCode(petal *Petal) { if !foundPreferredLang { if foundEnUS { preferredLang = "en_US.json" - if "zh_CHT" == Conf.Lang && foundZhCN { - // Improve marketplace package for traditional Chinese https://github.com/siyuan-note/siyuan/issues/8342 - preferredLang = "zh_CN.json" - } } else if foundZhCN { preferredLang = "zh_CN.json" } else {