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

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-TW.xtb

Issue 508593003: Update font preference to use Noto Sans CJK on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: rebase to the branch head Created 6 years, 3 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="zh-TW"> 3 <translationbundle lang="zh-TW">
4 <translation id="IDS_STANDARD_FONT_FAMILY">Noto Sans CJK Traditional Chinese</tr anslation>
5 <translation id="IDS_FIXED_FONT_FAMILY">Noto Sans CJK Traditional Chinese</trans lation>
6 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Noto Sans CJK Traditional Chinese</ translation>
4 <if expr="_google_chrome"> 7 <if expr="_google_chrome">
5 <translation id="IDS_STANDARD_FONT_FAMILY">MYingHeiB5HK</translation>
6 <translation id="IDS_FIXED_FONT_FAMILY">MYingHeiB5HK</translation>
7 <translation id="IDS_SERIF_FONT_FAMILY">MSung B5HK</translation> 8 <translation id="IDS_SERIF_FONT_FAMILY">MSung B5HK</translation>
8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MYingHeiB5HK</translation>
9 </if> 9 </if>
10 <if expr="not _google_chrome"> 10 <if expr="not _google_chrome">
11 <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation> 11 <translation id="IDS_SERIF_FONT_FAMILY">Noto Sans CJK Traditional Chinese</trans lation>
12 <translation id="IDS_FIXED_FONT_FAMILY">Droid Sans Fallback</translation>
13 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
14 </if> 12 </if>
15 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation> 13 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation>
16 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation> 14 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation>
17 </translationbundle> 15 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698