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

Side by Side Diff: ui/strings/translations/app_locale_settings_ko.xtb

Issue 2679193006: Optimize font fallback for Chinese fonts on Mac (Closed)
Patch Set: Created 3 years, 10 months 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE translationbundle> 2 <!DOCTYPE translationbundle>
3 <translationbundle lang="ko"> 3 <translationbundle lang="ko">
4 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> 4 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation>
5 <if expr="is_win"> 5 <if expr="is_win">
6 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,s ans-serif</translation> 6 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,s ans-serif</translation>
7 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-seri f</translation> 7 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-seri f</translation>
8 </if> 8 </if>
9 <if expr="is_macosx or is_ios"> 9 <if expr="is_macosx">
10 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo, AppleGoth ic,sans-serif</translation> 10 <translation id="IDS_WEB_FONT_FAMILY">system-ui,Apple SD Gothic Neo,AppleGothi c,sans-serif</translation>
11 </if>
12 <if expr="is_ios">
13 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo,AppleGothi c,sans-serif</translation>
11 </if> 14 </if>
12 <if expr="desktop_linux and not chromeos"> 15 <if expr="desktop_linux and not chromeos">
13 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans CJK KR,NanumGothic,UnDotum,Bae kmuk Gulim,sans-serif</translation> 16 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans CJK KR,NanumGothic,UnDotum,Bae kmuk Gulim,sans-serif</translation>
14 </if> 17 </if>
15 <if expr="chromeos"> 18 <if expr="chromeos">
16 <translation id="IDS_UI_FONT_FAMILY_CROS">Roboto, Noto Sans CJK KR, 13px</tran slation> 19 <translation id="IDS_UI_FONT_FAMILY_CROS">Roboto, Noto Sans CJK KR, 13px</tran slation>
17 <translation id="IDS_WEB_FONT_FAMILY">Roboto, Noto Sans CJK KR, sans-serif</tr anslation> 20 <translation id="IDS_WEB_FONT_FAMILY">Roboto, Noto Sans CJK KR, sans-serif</tr anslation>
18 </if> 21 </if>
19 </translationbundle> 22 </translationbundle>
OLDNEW
« no previous file with comments | « ui/strings/translations/app_locale_settings_ja.xtb ('k') | ui/strings/translations/app_locale_settings_zh-CN.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698