From 243ed6775d053407531a16ce1bf986f1df697f62 Mon Sep 17 00:00:00 2001 From: "jungshik@google.com" Date: Fri, 3 Apr 2009 21:30:51 +0000 Subject: Make the font family and the font size used in dom UI localizable. This is a part 1 of the fix for bug 7319 and will be followed by part 2 for non-DOM UI. For some Indian languages (Malayalam, Bengali and Telugu), we have to use a bigger size and a font family for that script on Windows. This is because Windows' stock fonts for those scripts are smaller than fonts for other scripts at a given size. I removed 'WEB' style in chrome_font.h because it's not used anywhere any more after our switch to the html UI. In addition, IDS_WEB_FONT_FAMILY is recycled to localize the font family (or the list of font families) for html UI. I also back-ported the support for setting 'style.fooBar' property to our copy of Jstemplate (JstProcessor.prototype.jstValues_). BUG=7319 Review URL: http://codereview.chromium.org/57025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13114 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/resources/locale_settings_ta.xtb | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/app/resources/locale_settings_ta.xtb') diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb index 538e03a..171fd07 100644 --- a/chrome/app/resources/locale_settings_ta.xtb +++ b/chrome/app/resources/locale_settings_ta.xtb @@ -2,6 +2,7 @@ Arial +84% ta-IN,ta,en-US,en ISO-8859-1 true -- cgit v1.1