summaryrefslogtreecommitdiffstats
path: root/app/resources/app_locale_settings_ja.xtb
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 04:36:52 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 04:36:52 +0000
commitc9e1715cfd9e925ece5f94a5028d5bb302765281 (patch)
tree2ab152b05f25f7e7d985f7fd9ab6b9a571bef0c4 /app/resources/app_locale_settings_ja.xtb
parentee70311954923a02bfeaa9e6a57e2614fef97464 (diff)
downloadchromium_src-c9e1715cfd9e925ece5f94a5028d5bb302765281.zip
chromium_src-c9e1715cfd9e925ece5f94a5028d5bb302765281.tar.gz
chromium_src-c9e1715cfd9e925ece5f94a5028d5bb302765281.tar.bz2
Change UI font at startup time if necessary, based on the UI locale.
As of writing, ChromeDroidSans is used as the UI font (see /etc/gtk-2.0/gtkrc). This setting does not work well for Japanese users as Chinese glyphs are used for Kanji characters. For Japanese UI, we should use a Japanese font. Introduce IDS_UI_FONT_FAMILY_CROS to control the UI font based on the UI locale. For now, app_locale_settings_ja.xtb only contains a non-default value: IPAPGothic. Just for the record, I originally tried to use "DroidSans Japanese" but for some reason, this caused space characters (0x20) to be garbled in the wrench menu. Hence, IPAPGotchic is chosen for now. TEST=manually on the netbook, and ubuntu BUG=chromium-os:4038 Review URL: http://codereview.chromium.org/3275008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources/app_locale_settings_ja.xtb')
-rw-r--r--app/resources/app_locale_settings_ja.xtb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/resources/app_locale_settings_ja.xtb b/app/resources/app_locale_settings_ja.xtb
index 3a31fb1..933d47d 100644
--- a/app/resources/app_locale_settings_ja.xtb
+++ b/app/resources/app_locale_settings_ja.xtb
@@ -2,4 +2,5 @@
<!DOCTYPE translationbundle>
<translationbundle lang="ja">
<translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation>
+<translation id="IDS_UI_FONT_FAMILY_CROS">IPAPGothic, 10</translation>
</translationbundle>