Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ui/strings/translations/app_locale_settings_ko.xtb

Issue 808273002: Modernize CJK default font prefs on Mac/Windows/Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/strings/translations/app_locale_settings_ko.xtb
diff --git a/ui/strings/translations/app_locale_settings_ko.xtb b/ui/strings/translations/app_locale_settings_ko.xtb
index 7a527a23e76fc0e21f25280b5a63f478f3134ade..aa29a453203a958829089cc5c9842530d792a028 100644
--- a/ui/strings/translations/app_locale_settings_ko.xtb
+++ b/ui/strings/translations/app_locale_settings_ko.xtb
@@ -8,10 +8,10 @@
<translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-serif</translation>
</if>
<if expr="is_macosx or is_ios">
- <translation id="IDS_WEB_FONT_FAMILY">Helvetica,AppleGothic,sans-serif</translation>
+ <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo, AppleGothic,sans-serif</translation>
Nico 2014/12/19 19:38:38 I understand this change I think: On OS X 10.8+, p
jungshik at Google 2014/12/19 23:21:14 Yes, right
</if>
<if expr="desktop_linux and not chromeos">
- <translation id="IDS_WEB_FONT_FAMILY">NanumGothic,UnDotum,Baekmuk Gulim,sans-serif</translation>
+ <translation id="IDS_WEB_FONT_FAMILY">Noto Sans CJK KR,NanumGothic,sans-serif</translation>
Nico 2014/12/19 19:38:38 …what will happen on linux systems that don't have
jungshik at Google 2014/12/19 23:21:14 I'm neutral. I can just keep it there. Recent (say
</if>
<if expr="chromeos">
<translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Noto Sans CJK KR, sans-serif</translation>

Powered by Google App Engine
This is Rietveld 408576698