mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Android notification text uses English lyrics when the appearance is not in Simplified Chinese https://github.com/siyuan-note/siyuan/issues/14805
This commit is contained in:
parent
38e402fd39
commit
2d0edc1555
1 changed files with 4 additions and 0 deletions
|
|
@ -291,3 +291,7 @@ func FilterUploadFileName(name string) string {
|
|||
func AssetName(name string) string {
|
||||
return util.AssetName(name)
|
||||
}
|
||||
|
||||
func CurrentLanguage() string {
|
||||
return model.Conf.Lang
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue