diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 08:28:49 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 08:28:49 +0000 |
commit | 82bf749a2af4de1a5e1dcafd3f211993582bf24b (patch) | |
tree | b466f172789340f7d18408e97b7d61424298b89d /chrome/app/resources | |
parent | 77e8f3c34f1edee85da71b678490ce01a236edb2 (diff) | |
download | chromium_src-82bf749a2af4de1a5e1dcafd3f211993582bf24b.zip chromium_src-82bf749a2af4de1a5e1dcafd3f211993582bf24b.tar.gz chromium_src-82bf749a2af4de1a5e1dcafd3f211993582bf24b.tar.bz2 |
Give VLGothic a higher priority than Sazanami Gothic for ja locale on Linux.
As shown in http://crbug.com/30758, Japanese pages are rendered more nicely
with VLGothic than with Sazanami Gothic.
BUG=30758
TEST=Launched chrome with "LANGUAGE=ja chrome --user-data-dir=/tmp",
and open a Japanese page. Confirmed that Japanege pages were rendered
with Sazanami Gotchi before the change, and with VLGothic after the change
Review URL: http://codereview.chromium.org/506070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index 9ee552d..bae43ff 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -22,10 +22,10 @@ <translation id="IDS_FANTASY_FONT_FAMILY">Papyrus</translation> </if> <if expr="os == 'linux2'"> - <translation id="IDS_WEB_FONT_FAMILY">Sazanami Gothic, Kochi Gothic, sans-serif</translation> - <translation id="IDS_FIXED_FONT_FAMILY">Sazanami Gothic</translation> + <translation id="IDS_WEB_FONT_FAMILY">VL PGothic, Sazanami Gothic, Kochi Gothic, sans-serif</translation> + <translation id="IDS_FIXED_FONT_FAMILY">VL Gothic, Sazanami Gothic</translation> <translation id="IDS_SERIF_FONT_FAMILY">Sazanami Mincho</translation> - <translation id="IDS_SANS_SERIF_FONT_FAMILY">Sazanami Gothic</translation> + <translation id="IDS_SANS_SERIF_FONT_FAMILY">VL PGothic, Sazanami Gothic</translation> <translation id="IDS_CURSIVE_FONT_FAMILY">Sazanami Mincho</translation> <translation id="IDS_FANTASY_FONT_FAMILY">Sazanami Mincho</translation> </if> |