From 0b3ecdff064fee37b35adaad608427c13cd32ddd Mon Sep 17 00:00:00 2001
From: "jungshik@google.com"
 <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 17 Jun 2009 05:45:15 +0000
Subject: 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
---
 app/resources/app_locale_settings_ru.xtb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 app/resources/app_locale_settings_ru.xtb

(limited to 'app/resources/app_locale_settings_ru.xtb')

diff --git a/app/resources/app_locale_settings_ru.xtb b/app/resources/app_locale_settings_ru.xtb
new file mode 100644
index 0000000..af00bfc
--- /dev/null
+++ b/app/resources/app_locale_settings_ru.xtb
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<!DOCTYPE translationbundle>
+<translationbundle lang="ru">
+<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>
-- 
cgit v1.1