diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 19:22:48 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 19:22:48 +0000 |
commit | 0e19849067bead96a0c0ca48b2b82a9682e78013 (patch) | |
tree | f432286644f644a8d00657bb1901b84b43488bcb /chrome/app/resources/locale_settings_gu.rc | |
parent | 0111d699cba06f2afdd06e0ba1553bdc2d7f5aa4 (diff) | |
download | chromium_src-0e19849067bead96a0c0ca48b2b82a9682e78013.zip chromium_src-0e19849067bead96a0c0ca48b2b82a9682e78013.tar.gz chromium_src-0e19849067bead96a0c0ca48b2b82a9682e78013.tar.bz2 |
Add support for 8 Indian languages.
* Add entries for 8 Indian languages to grd files (<translations> section)
* Change the default spellcheck language for new languages to en-US for now. They'll be switched back to
the UI language when we have spell check dictionaries for them
* Add entries for 8 languages to installer's string offset table.
This change will go in after http://codereview.chromium.org/19545 goes in with DEPS file for ICU updated.
BUG=4473
Review URL: http://codereview.chromium.org/19761
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_gu.rc')
-rw-r--r-- | chrome/app/resources/locale_settings_gu.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_gu.rc b/chrome/app/resources/locale_settings_gu.rc index 3ccb21d..48e5185 100644 --- a/chrome/app/resources/locale_settings_gu.rc +++ b/chrome/app/resources/locale_settings_gu.rc @@ -16,7 +16,7 @@ BEGIN IDS_MINIMUM_FONT_SIZE "1" IDS_MINIMUM_LOGICAL_FONT_SIZE "6" IDS_USES_UNIVERSAL_DETECTOR "false" - IDS_SPELLCHECK_DICTIONARY "gu-IN" + IDS_SPELLCHECK_DICTIONARY "en-US" IDS_LEARN_MORE_MALWARE_URL "http://www.google.com/support/bin/answer.py?answer=45449&topic=360&hl=en&sa=X&oi=malwarewarninglink&resnum=1&ct=help" IDS_LEARN_MORE_PHISHING_URL "http://www.google.com/support/bin/answer.py?answer=106318&hl=gu" IDS_OPTIONS_DIALOG_WIDTH_CHARS "98" |