Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: chrome/app/resources/locale_settings_zh-TW.xtb

Issue 437071: Use new CJK Vista fonts for DOM UI by listing them in IDS_WEB_FONT_FAMILY bef... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/resources/locale_settings_zh-CN.xtb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings_zh-TW.xtb
===================================================================
--- chrome/app/resources/locale_settings_zh-TW.xtb (revision 33104)
+++ chrome/app/resources/locale_settings_zh-TW.xtb (working copy)
@@ -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>
« no previous file with comments | « chrome/app/resources/locale_settings_zh-CN.xtb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698