diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 05:45:15 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 05:45:15 +0000 |
commit | 0b3ecdff064fee37b35adaad608427c13cd32ddd (patch) | |
tree | 1c50b148fd7cf5e0e3201dff2b7ecd2cd28d1f39 /app/resources/app_locale_settings_ml.xtb | |
parent | 05bfc9a649497f01cefe8ff2aa2d5c77ad80e42c (diff) | |
download | chromium_src-0b3ecdff064fee37b35adaad608427c13cd32ddd.zip chromium_src-0b3ecdff064fee37b35adaad608427c13cd32ddd.tar.gz chromium_src-0b3ecdff064fee37b35adaad608427c13cd32ddd.tar.bz2 |
Added missing .xtb files for locale specific settings.
Removed fallback to english defaults in the grd file.
BUG=7319 (http://crbug.com/7319)
TEST=Open browser with --lang=ml and confirm fonts in the UI are the
same size as before (and look ok).
Original review: http://codereview.chromium.org/126238
Patch by cira
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources/app_locale_settings_ml.xtb')
-rw-r--r-- | app/resources/app_locale_settings_ml.xtb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/resources/app_locale_settings_ml.xtb b/app/resources/app_locale_settings_ml.xtb new file mode 100644 index 0000000..08ec823 --- /dev/null +++ b/app/resources/app_locale_settings_ml.xtb @@ -0,0 +1,9 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ml"> +<translation id="IDS_UI_FONT_FAMILY_XP">kartika</translation> +<translation id="IDS_UI_FONT_FAMILY">default</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER_XP">150</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER">120</translation> +<translation id="IDS_MINIMUM_UI_FONT_SIZE">5</translation> +</translationbundle> |