diff options
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_ko.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_zh-CN.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_zh-TW.xtb | 7 |
4 files changed, 8 insertions, 5 deletions
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index d6d4305..d8a45e9 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -6,7 +6,7 @@ <translation id="IDS_DEFAULT_ENCODING">Shift_JIS</translation> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> <if expr="os == 'win32'"> - <translation id="IDS_WEB_FONT_FAMILY">MS PGothic</translation> + <translation id="IDS_WEB_FONT_FAMILY">Arial, Meiryo, MS PGothic, sans-serif</translation> <translation id="IDS_FIXED_FONT_FAMILY">MS Gothic</translation> <translation id="IDS_SERIF_FONT_FAMILY">MS PMincho</translation> <translation id="IDS_SANS_SERIF_FONT_FAMILY">MS PGothic</translation> diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb index eef281f..1aec7bb 100644 --- a/chrome/app/resources/locale_settings_ko.xtb +++ b/chrome/app/resources/locale_settings_ko.xtb @@ -6,7 +6,7 @@ <translation id="IDS_DEFAULT_ENCODING">windows-949</translation> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> <if expr="os == 'win32'"> - <translation id="IDS_WEB_FONT_FAMILY">Gulim</translation> + <translation id="IDS_WEB_FONT_FAMILY">Arial, Malgun Gothic, Gulim, sans-serif</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> diff --git a/chrome/app/resources/locale_settings_zh-CN.xtb b/chrome/app/resources/locale_settings_zh-CN.xtb index c238caa..024c452 100644 --- a/chrome/app/resources/locale_settings_zh-CN.xtb +++ b/chrome/app/resources/locale_settings_zh-CN.xtb @@ -6,7 +6,7 @@ <translation id="IDS_DEFAULT_ENCODING">GBK</translation> <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> <if expr="os == 'win32'"> - <translation id="IDS_WEB_FONT_FAMILY">Simhei</translation> + <translation id="IDS_WEB_FONT_FAMILY">Arial, Microsoft Yahei, Simsun, sans-serif</translation> <translation id="IDS_FIXED_FONT_FAMILY">NSimsun</translation> <translation id="IDS_SERIF_FONT_FAMILY">Simsun</translation> <translation id="IDS_SANS_SERIF_FONT_FAMILY">Simsun</translation> diff --git a/chrome/app/resources/locale_settings_zh-TW.xtb b/chrome/app/resources/locale_settings_zh-TW.xtb index cafc28a..bdb00e4 100644 --- a/chrome/app/resources/locale_settings_zh-TW.xtb +++ b/chrome/app/resources/locale_settings_zh-TW.xtb @@ -1,12 +1,15 @@ <?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="zh-TW"> -<if expr="os != 'darwin'"> - <translation id="IDS_WEB_FONT_FAMILY">Arial</translation> +<if expr="os == 'win32'"> + <translation id="IDS_WEB_FONT_FAMILY">Arial, Microsoft Jhenghei, PMingLiu, sans-serif</translation> </if> <if expr="os == 'darwin'"> <translation id="IDS_WEB_FONT_FAMILY">Helvetica, LiHei Pro</translation> </if> +<if expr="os == 'linux2'"> + <translation id="IDS_WEB_FONT_FAMILY">AR PL UKai TW, sans-serif</translation> +</if> <translation id="IDS_WEB_FONT_SIZE">84%</translation> <translation id="IDS_ACCEPT_LANGUAGES">zh-TW,zh,en-US,en</translation> <translation id="IDS_DEFAULT_ENCODING">Big5</translation> |