Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 <translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI,Noto Sans CJK KR,ui-sans, 13px</translation> | 5 <translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI,Noto Sans CJK KR,ui-sans, 13px</translation> |
| 6 <if expr="is_win"> | 6 <if expr="is_win"> |
| 7 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,s ans-serif</translation> | 7 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,'Malgun Gothic',Gulim,s ans-serif</translation> |
| 8 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-seri f</translation> | 8 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,'Malgun Gothic',Gulim,sans-seri f</translation> |
| 9 </if> | 9 </if> |
| 10 <if expr="is_macosx or is_ios"> | 10 <if expr="is_macosx or is_ios"> |
| 11 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,AppleGothic,sans-serif</transl ation> | 11 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Apple SD Gothic Neo, AppleGoth ic,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
| |
| 12 </if> | 12 </if> |
| 13 <if expr="desktop_linux and not chromeos"> | 13 <if expr="desktop_linux and not chromeos"> |
| 14 <translation id="IDS_WEB_FONT_FAMILY">NanumGothic,UnDotum,Baekmuk Gulim,sans-s erif</translation> | 14 <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
| |
| 15 </if> | 15 </if> |
| 16 <if expr="chromeos"> | 16 <if expr="chromeos"> |
| 17 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Noto Sans CJK KR, sans-ser if</translation> | 17 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Noto Sans CJK KR, sans-ser if</translation> |
| 18 </if> | 18 </if> |
| 19 </translationbundle> | 19 </translationbundle> |
| OLD | NEW |