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

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

Issue 1127313012: Update CJK monospace font preferences to Noto Sans Mono CJK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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="ja"> 3 <translationbundle lang="ja">
4 <translation id="IDS_STANDARD_FONT_FAMILY">Noto Sans CJK JP</translation> 4 <translation id="IDS_STANDARD_FONT_FAMILY">Noto Sans CJK JP</translation>
5 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Noto Sans CJK JP</translation> 5 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Noto Sans CJK JP</translation>
6 <if expr="_google_chrome"> 6 <if expr="_google_chrome">
7 <translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation> 7 <translation id="IDS_FIXED_FONT_FAMILY">Noto Sans Mono CJK JP</translation>
8 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation> 8 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation>
9 </if> 9 </if>
10 <if expr="not _google_chrome"> 10 <if expr="not _google_chrome">
11 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> 11 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation>
12 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> 12 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation>
13 </if> 13 </if>
14 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 14 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
15 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 15 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
16 </translationbundle> 16 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698