diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 21:06:13 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 21:06:13 +0000 |
commit | 35f51d4c6c9b5f606616e4c905ae4de4d344bc6d (patch) | |
tree | 432d167679cf3d157e7beec491558422217be427 /DEPS | |
parent | 0a3ab1ba3e98a21a336f48e7e972441b88f7468a (diff) | |
download | chromium_src-35f51d4c6c9b5f606616e4c905ae4de4d344bc6d.zip chromium_src-35f51d4c6c9b5f606616e4c905ae4de4d344bc6d.tar.gz chromium_src-35f51d4c6c9b5f606616e4c905ae4de4d344bc6d.tar.bz2 |
Add Farsi support
Add 'fa' entry to all the grd files.
For *locale_settings*, create new xtb files for Farsi (copied from Arabic).
Also, pulls in ICU @r=58904 (with Farsi data).
locale_settings_fa.xtb has a lot of UI dimensions that may not work
well in Farsi. We need LQA to take a look at them.
terms_FOO.html is not yet available for Farsi as well as Amharic and Swahili. Tentatively, use
terms_en.html.
BUG=45505
TEST='chrome --lang=fa' on Windows should bring up Chrome in Farsi. 'LANGUAGE=fa chrome' should do the same on Linux. (on Ubuntu, 'language-pack-gnome-fa' and 'language-pack-fa' have be installed to get Chrome in Farsi with the UI mirrored).
Review URL: http://codereview.chromium.org/3296013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ deps = { "/trunk/deps/third_party/WebKit@33467", "src/third_party/icu": - "/trunk/deps/third_party/icu42@57283", + "/trunk/deps/third_party/icu42@58904", "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@51690", |