diff options
author | rouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 20:54:45 +0000 |
---|---|---|
committer | rouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 20:54:45 +0000 |
commit | 1faf3a0132bf7d55ea2048cdf98c7c21686cd5b3 (patch) | |
tree | 18d627991951e40fce3bd471972b7e0c47f41436 /chrome/common/spellcheck_common.cc | |
parent | a8d1a8abfa2f7a4e006c623f7a302501f9f5ffab (diff) | |
download | chromium_src-1faf3a0132bf7d55ea2048cdf98c7c21686cd5b3.zip chromium_src-1faf3a0132bf7d55ea2048cdf98c7c21686cd5b3.tar.gz chromium_src-1faf3a0132bf7d55ea2048cdf98c7c21686cd5b3.tar.bz2 |
Use Tajik dictionary in Chrome
BUG=330155
Review URL: https://codereview.chromium.org/186913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/spellcheck_common.cc')
-rw-r--r-- | chrome/common/spellcheck_common.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc index 8eaf591..12dc2ff 100644 --- a/chrome/common/spellcheck_common.cc +++ b/chrome/common/spellcheck_common.cc @@ -62,6 +62,7 @@ static const LanguageRegion g_supported_spellchecker_languages[] = { {"sr", "sr"}, {"sv", "sv-SE"}, {"ta", "ta-IN"}, + {"tg", "tg-TG"}, {"tr", "tr-TR"}, {"uk", "uk-UA"}, {"vi", "vi-VN"}, @@ -103,6 +104,7 @@ base::FilePath GetVersionedFileName(const std::string& input_language, static LanguageVersion special_version_string[] = { {"tr-TR", "-4-0"}, // Jan 9, 2013: Add "FLAG num" to aff to avoid heapcheck // crash. + {"tg-TG", "-5-0"}, // Mar 4, 2014: Add Tajik dictionary. }; // Generate the bdict file name using default version string or special |