mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-26 04:31:56 +02:00
[client] Fix Advanced Setting unable to open on Windows 11 with Chinese Locale Setting. (#3483)
Fix #3345 and #2603
This commit is contained in:
parent
0ef476b014
commit
4508c61728
@ -25,12 +25,12 @@ func (s *serviceClient) getWindowsFontFilePath() string {
|
|||||||
fontFolder = "C:/Windows/Fonts"
|
fontFolder = "C:/Windows/Fonts"
|
||||||
fontMapping = map[string]string{
|
fontMapping = map[string]string{
|
||||||
"default": "Segoeui.ttf",
|
"default": "Segoeui.ttf",
|
||||||
"zh-CN": "Msyh.ttc",
|
"zh-CN": "Segoeui.ttf",
|
||||||
"am-ET": "Ebrima.ttf",
|
"am-ET": "Ebrima.ttf",
|
||||||
"nirmala": "Nirmala.ttf",
|
"nirmala": "Nirmala.ttf",
|
||||||
"chr-CHER-US": "Gadugi.ttf",
|
"chr-CHER-US": "Gadugi.ttf",
|
||||||
"zh-HK": "Msjh.ttc",
|
"zh-HK": "Segoeui.ttf",
|
||||||
"zh-TW": "Msjh.ttc",
|
"zh-TW": "Segoeui.ttf",
|
||||||
"ja-JP": "Yugothm.ttc",
|
"ja-JP": "Yugothm.ttc",
|
||||||
"km-KH": "Leelawui.ttf",
|
"km-KH": "Leelawui.ttf",
|
||||||
"ko-KR": "Malgun.ttf",
|
"ko-KR": "Malgun.ttf",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user