diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-11 05:48:50 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-11 05:48:50 +0000 |
commit | 0dc29cde34e490141440282d942df73fb14d687a (patch) | |
tree | e3bc058f6a2e0203d0ba9d7632d3e14e76802002 /chrome/app | |
parent | a2569bdab803a5ff5906ba2e47e2ace28679094e (diff) | |
download | chromium_src-0dc29cde34e490141440282d942df73fb14d687a.zip chromium_src-0dc29cde34e490141440282d942df73fb14d687a.tar.gz chromium_src-0dc29cde34e490141440282d942df73fb14d687a.tar.bz2 |
Set the default spellcheck language for Serbian and Ukranian.
This change sets the default spellcheck language for Serbian and Ukranian so Chromium can automatically download the Serbian and Ukranian dictionaries and use them.
BUG=43011,40340
TEST=none
Review URL: http://codereview.chromium.org/3066043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings_sr.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_uk.xtb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_sr.xtb b/chrome/app/resources/locale_settings_sr.xtb index ad9d9ab..bd4af3f 100644 --- a/chrome/app/resources/locale_settings_sr.xtb +++ b/chrome/app/resources/locale_settings_sr.xtb @@ -4,7 +4,7 @@ <translation id="IDS_ACCEPT_LANGUAGES">sr-RS,sr,en-US,en</translation> <translation id="IDS_DEFAULT_ENCODING">windows-1251</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> -<translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> +<translation id="IDS_SPELLCHECK_DICTIONARY">sr</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_URLPICKER_DIALOG_WIDTH_CHARS">80</translation> diff --git a/chrome/app/resources/locale_settings_uk.xtb b/chrome/app/resources/locale_settings_uk.xtb index f03ab44..1a0b8a5 100644 --- a/chrome/app/resources/locale_settings_uk.xtb +++ b/chrome/app/resources/locale_settings_uk.xtb @@ -4,7 +4,7 @@ <translation id="IDS_ACCEPT_LANGUAGES">uk-UA,uk,ru,en-US,en</translation> <translation id="IDS_DEFAULT_ENCODING">windows-1251</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> -<translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> +<translation id="IDS_SPELLCHECK_DICTIONARY">uk-UA</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_URLPICKER_DIALOG_WIDTH_CHARS">80</translation> |