Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix the issue of displaying Traditional Chinese when using Google Translate to Simplified Chinese in Mac#303

Merged
kwhinnery merged 1 commit into
denoland:mainfrom
jiawei397:fix-zh-trans
Feb 2, 2024
Merged

Fix the issue of displaying Traditional Chinese when using Google Translate to Simplified Chinese in Mac#303
kwhinnery merged 1 commit into
denoland:mainfrom
jiawei397:fix-zh-trans

Conversation

@jiawei397

Copy link
Copy Markdown
Contributor

After my testing, I found that using font-feature-settings: "cv10" on when translating, it will cause simplified Chinese to be displayed as traditional Chinese.

image

It would be strange to use software such as Google Translate to translate web pages in full screen.

Therefore, I have adjusted cv10 to cv09, and I believe it will not have much impact.

@jiawei397

Copy link
Copy Markdown
Contributor Author

This issue has only been found in Chrome and Edge on Mac at the moment. There is no problem with the Safari browser. When set font-feature-settings to cv10, it will find traditional Chinese fonts in the current font set, and I don't know what's going on exactly.

@kwhinnery kwhinnery merged commit 8a16142 into denoland:main Feb 2, 2024
@kwhinnery

Copy link
Copy Markdown
Contributor

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants