mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Changelog supports Traditional Chinese https://github.com/siyuan-note/siyuan/issues/8333
This commit is contained in:
parent
2efa085bde
commit
826bcba394
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ func getChangelog(c *gin.Context) {
|
|||
|
||||
changelogPath := filepath.Join(changelogsDir, "v"+util.Ver, "v"+util.Ver+"_"+model.Conf.Lang+".md")
|
||||
if !gulu.File.IsExist(changelogPath) {
|
||||
changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md")
|
||||
changelogPath = filepath.Join(changelogsDir, "v"+util.Ver, "v"+util.Ver+".md")
|
||||
if !gulu.File.IsExist(changelogPath) {
|
||||
logging.LogErrorf("changelog not found: %s", changelogPath)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue