diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 18:18:41 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 18:18:41 +0000 |
commit | 36da51623b71c9d946fefb4d82d9e8ab5518c907 (patch) | |
tree | 226b56d064327f5d8af6c086a63fb60b73785875 /app/resources/app_locale_settings_fr.xtb | |
parent | 69242bee347a8dac3cc3210ec61f567f089f0c52 (diff) | |
download | chromium_src-36da51623b71c9d946fefb4d82d9e8ab5518c907.zip chromium_src-36da51623b71c9d946fefb4d82d9e8ab5518c907.tar.gz chromium_src-36da51623b71c9d946fefb4d82d9e8ab5518c907.tar.bz2 |
Add 'fall_back_to_english' to 'messages' in app_locale_settings.grd
That way, we can remove default entries in app_locale_settings_*.xtb files. This
doesn't make any change in the build output.
I realize this 'problem while reviewing http://codereview.chromium.org/3275008
In addition, I increased the minimum font size for Indic locales and Thai to 10 (Hindi and Arabic already have that set to 10. For other Indian languages and Thai, 5 is too small).
BUG=NONE
TEST=Build works fine on Windows.
Review URL: http://codereview.chromium.org/3323003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources/app_locale_settings_fr.xtb')
-rw-r--r-- | app/resources/app_locale_settings_fr.xtb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/resources/app_locale_settings_fr.xtb b/app/resources/app_locale_settings_fr.xtb index bd3fc40..63026a3 100644 --- a/app/resources/app_locale_settings_fr.xtb +++ b/app/resources/app_locale_settings_fr.xtb @@ -1,9 +1,4 @@ <?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="fr"> -<translation id="IDS_UI_FONT_FAMILY_XP">default</translation> -<translation id="IDS_UI_FONT_FAMILY">default</translation> -<translation id="IDS_UI_FONT_SIZE_SCALER_XP">100</translation> -<translation id="IDS_UI_FONT_SIZE_SCALER">100</translation> -<translation id="IDS_MINIMUM_UI_FONT_SIZE">5</translation> </translationbundle> |