diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 23:27:00 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 23:27:00 +0000 |
commit | 9e25f1efa90f0e5402f220f1b4f57ead32d28808 (patch) | |
tree | 26e67aafde8ecefb844dc4b5741c3d96a7855b91 /DEPS | |
parent | fe1befe002ddcc7d9f1fb5fdef1db56a0dc57c01 (diff) | |
download | chromium_src-9e25f1efa90f0e5402f220f1b4f57ead32d28808.zip chromium_src-9e25f1efa90f0e5402f220f1b4f57ead32d28808.tar.gz chromium_src-9e25f1efa90f0e5402f220f1b4f57ead32d28808.tar.bz2 |
Roll ICU to r113037
Update the pre-built ICU data file for the following changes:
1. Update Olson timezone data file to 2011n (the latest)
Among other things, Moscow time should be *always* 4 hrs ahead of UTC.
2. Fix a typoe in the timezone name for US Pacific time in Korean locale.
3. Fix AmPm markers in Indonesian locale
4. Fix the abbrebiated day name for Wednesday in Spanish
5. Add timezone display data for the following locales:
am, bn, fa, gu, kn, ml, mr, sw, ta, te
(they're supposed to be included, but were missing in the previous pre-built data check-in.)
For the first two changes, see
http://codereview.chromium.org/8724009
See also http://crrev.com/113037 for more details.
BUG=74566, chromium-os:23256
TEST=1. Change the MSK (Moscow timezone) during winter. It should be UTC+4:00 instead of UTC+3:00
2. In Korean locale, the US Pacific time display name should start with '북미 태평양' instead of '북미 평양'.
3. In Indonesian locale, AmPm markers should be 'AM' and 'PM'.
4. In locales listed for item 5 above, the timezone selection menu shows time zone names in the language on CrOS.
TBR=nkostylev
Review URL: http://codereview.chromium.org/8800022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ deps = { "/trunk/deps/third_party/WebKit@76115", "src/third_party/icu": - "/trunk/deps/third_party/icu46@107982", + "/trunk/deps/third_party/icu46@113037", "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@110423", |