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

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_win_ja.xtb

Issue 2454583002: Update the default generic font family settings for Chinese/Japanese (Closed)
Patch Set: Remove Times New Roman Created 4 years, 1 month 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="ja"> 3 <translationbundle lang="ja">
4 <translation id="IDS_STANDARD_FONT_FAMILY">MS PGothic</translation> 4 <translation id="IDS_STANDARD_FONT_FAMILY">,Meiryo,Yu Gothic</translation>
5 <translation id="IDS_FIXED_FONT_FAMILY">MS Gothic</translation> 5 <translation id="IDS_FIXED_FONT_FAMILY">MS Gothic</translation>
6 <translation id="IDS_SERIF_FONT_FAMILY">MS PMincho</translation> 6 <translation id="IDS_SERIF_FONT_FAMILY">,Yu Mincho,MS PMincho</translation>
jungshik at Google 2016/11/02 18:10:11 I'd append "Meiryo,Yu Gothic" to the end to preven
kojii 2016/11/02 19:27:12 Right, we do. We use first-CJK lang of lang, accep
7 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MS PGothic</translation> 7 <translation id="IDS_SANS_SERIF_FONT_FAMILY">,Meiryo,Yu Gothic</translation>
8 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 8 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
9 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 9 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
10 </translationbundle> 10 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698