diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 21:21:14 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 21:21:14 +0000 |
commit | 36b40632635f5c8686d13a4ddde7e76f38f59013 (patch) | |
tree | 71b209679af9cc939a1d6128376b0764aad9f798 /chrome/app/resources/locale_settings_ko.xtb | |
parent | 238761bc128ba85fc0f7266f73f0f369187400fc (diff) | |
download | chromium_src-36b40632635f5c8686d13a4ddde7e76f38f59013.zip chromium_src-36b40632635f5c8686d13a4ddde7e76f38f59013.tar.gz chromium_src-36b40632635f5c8686d13a4ddde7e76f38f59013.tar.bz2 |
Change the default CSS fonts for Simplified Chinese, Korean and Thai on Linux to poplular Linux fonts.
This CL does not change the fonts for traditional Chinese because they're the same as for English Chrome (per popular request in Mozilla bugzilla years past) and
it's not clear what to do about mscorettf (Arial, Times New Roman) we specify for most language versions of Chrome.
BUG=20171
TEST=NONE
Review URL: http://codereview.chromium.org/259060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ko.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ko.xtb | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb index e3e04f5..eef281f 100644 --- a/chrome/app/resources/locale_settings_ko.xtb +++ b/chrome/app/resources/locale_settings_ko.xtb @@ -1,17 +1,12 @@ <?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="ko"> -<if expr="os != 'darwin'"> - <translation id="IDS_WEB_FONT_FAMILY">Gulim</translation> -</if> -<if expr="os == 'darwin'"> - <translation id="IDS_WEB_FONT_FAMILY">Helvetica, AppleGothic</translation> -</if> <translation id="IDS_WEB_FONT_SIZE">84%</translation> <translation id="IDS_ACCEPT_LANGUAGES">ko-KR,ko,en-US,en</translation> <translation id="IDS_DEFAULT_ENCODING">windows-949</translation> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> -<if expr="os != 'darwin'"> +<if expr="os == 'win32'"> + <translation id="IDS_WEB_FONT_FAMILY">Gulim</translation> <translation id="IDS_FIXED_FONT_FAMILY">Gulimche</translation> <translation id="IDS_SERIF_FONT_FAMILY">Batang</translation> <translation id="IDS_SANS_SERIF_FONT_FAMILY">Gulim</translation> @@ -19,12 +14,21 @@ <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> </if> <if expr="os == 'darwin'"> + <translation id="IDS_WEB_FONT_FAMILY">Helvetica, AppleGothic</translation> <translation id="IDS_FIXED_FONT_FAMILY">Courier</translation> <translation id="IDS_SERIF_FONT_FAMILY">AppleMyungjo</translation> <translation id="IDS_SANS_SERIF_FONT_FAMILY">AppleGothic</translation> <translation id="IDS_CURSIVE_FONT_FAMILY">Apple Chancery</translation> <translation id="IDS_FANTASY_FONT_FAMILY">Papyrus</translation> </if> +<if expr="os == 'linux2'"> + <translation id="IDS_WEB_FONT_FAMILY">UnDotum, Baekmuk Gulim, sans-serif</translation> + <translation id="IDS_FIXED_FONT_FAMILY">UnDotum</translation> + <translation id="IDS_SERIF_FONT_FAMILY">UnBatang</translation> + <translation id="IDS_SANS_SERIF_FONT_FAMILY">UnDotum</translation> + <translation id="IDS_CURSIVE_FONT_FAMILY">UnGungsuh</translation> + <translation id="IDS_FANTASY_FONT_FAMILY">UnYetGul</translation> +</if> <translation id="IDS_DEFAULT_FONT_SIZE">16</translation> <translation id="IDS_DEFAULT_FIXED_FONT_SIZE">13</translation> <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> |