diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 16:24:29 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 16:24:29 +0000 |
commit | 64339243e479da86a5e6c1ce7968354c239966f6 (patch) | |
tree | 53b6e53caaa484139344476fa78742d8305f1f21 | |
parent | ba7ac5388517567ba47dcefa3718d2bacfe7bae5 (diff) | |
download | chromium_src-64339243e479da86a5e6c1ce7968354c239966f6.zip chromium_src-64339243e479da86a5e6c1ce7968354c239966f6.tar.gz chromium_src-64339243e479da86a5e6c1ce7968354c239966f6.tar.bz2 |
Make IPA fonts the default web page fonts for Japanese ChromeOS.
This may change later, but in the meantime, this is what we want for
Japanese CrOS.
BUG=cros:2635 (http://crosbug.com/2635)
TEST=Change your UI language to Japanese and go to a web page specifying 'sans-serif', 'serif' or 'monospace' (wikipedia specifies 'sans-serif'). Make sure that IPAPGothic, IPAPMincho and IPAGothic are used.
Review URL: http://codereview.chromium.org/2821007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49956 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb b/chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb index 2fe837a..2117649 100644 --- a/chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb +++ b/chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb @@ -3,6 +3,9 @@ <translationbundle lang="ja"> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> <translation id="IDS_WEB_FONT_FAMILY">Droid Sans, Droid Sans Fallback Japanese, sans-serif</translation> +<translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> +<translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> +<translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation> <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> </translationbundle> |