🎨 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:
Daniel 2025-05-14 10:52:55 +08:00
parent 38e402fd39
commit 2d0edc1555
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}