mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/16015 https://github.com/siyuan-note/siyuan/issues/8342
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
6f9901e95f
commit
ed95403480
1 changed files with 0 additions and 4 deletions
|
|
@ -157,10 +157,6 @@ func loadCode(petal *Petal) {
|
||||||
if !foundPreferredLang {
|
if !foundPreferredLang {
|
||||||
if foundEnUS {
|
if foundEnUS {
|
||||||
preferredLang = "en_US.json"
|
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 {
|
} else if foundZhCN {
|
||||||
preferredLang = "zh_CN.json"
|
preferredLang = "zh_CN.json"
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue