diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 20:15:40 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 20:15:40 +0000 |
commit | 6e8401da30af0b3a4ab350bbd261b41589a568f9 (patch) | |
tree | f2cc10400d4102d80250ffbadda526de69829a4c /chrome/app/resources/locale_settings_ja.xtb | |
parent | 5fc635a4e1ec49b4a3989bd5ead2fa86ccea216b (diff) | |
download | chromium_src-6e8401da30af0b3a4ab350bbd261b41589a568f9.zip chromium_src-6e8401da30af0b3a4ab350bbd261b41589a568f9.tar.gz chromium_src-6e8401da30af0b3a4ab350bbd261b41589a568f9.tar.bz2 |
Set the default minimum font size webkit pref to 12 for Chinese and 10 for ja,ko,ar and th.
This will partly resolve [2] one of frequent complains of Chinese users (as long as they use Chinese Chrome).
See http://www.google.com/support/forum/p/Chrome/thread?tid=389f306a52817110&hl=en
Leave alone other UI language versions alone for now (Firefox has per-script/per-language min font size [1]). Eventually, there need to be per-script which requires the webkit change.
[1] http://mxr.mozilla.org/seamonkey/search?string=font.minimum-size
(note that Firefox does not set these values by default except for Thai, but offers a UI for a user to adjust).
[2] See other issues (feature requests) mentioned in http://crbug.com/16868
BUG=16875 (http://crbug.com/16875)
TEST=Open Chrome with '--lang=zh-CN' and
go to http://www.popyard.org/ and Chinese characters are larger than before.
Review URL: http://codereview.chromium.org/155607
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ja.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index 9454190..1abc8fe 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -13,8 +13,8 @@ <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> <translation id="IDS_DEFAULT_FONT_SIZE">16</translation> <translation id="IDS_DEFAULT_FIXED_FONT_SIZE">13</translation> -<translation id="IDS_MINIMUM_FONT_SIZE">1</translation> -<translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">6</translation> +<translation id="IDS_MINIMUM_FONT_SIZE">10</translation> +<translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> <translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">100</translation> |