Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: icu52/source/data/coll/collocal.mk

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu52/source/data/brkitr/word.txt ('k') | icu52/source/data/coll/ja.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/source/data/coll/collocal.mk
===================================================================
--- icu52/source/data/coll/collocal.mk (revision 259715)
+++ icu52/source/data/coll/collocal.mk (working copy)
@@ -1,16 +1,8 @@
-# * Copyright (C) 1998-2010, International Business Machines
+# * Copyright (C) 1998-2013, International Business Machines
# * Corporation and others. All Rights Reserved.
-COLLATION_CLDR_VERSION = 1.9
+COLLATION_CLDR_VERSION = 24
# A list of txt's to build
-# Note:
#
-# If you are thinking of modifying this file, READ THIS.
-#
-# Instead of changing this file [unless you want to check it back in],
-# you should consider creating a 'collocal.mk' file in this same directory.
-# Then, you can have your local changes remain even if you upgrade or
-# reconfigure ICU.
-#
# Example 'collocal.mk' files:
#
# * To add an additional locale to the list:
@@ -27,11 +19,10 @@
# Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
- hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\
- iw_IL.txt no.txt no_NO.txt\
- sr_BA.txt sr_ME.txt sr_RS.txt zh_.txt\
- zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt\
- zh_TW_STROKE.txt zh__PINYIN.txt
+ in.txt in_ID.txt iw.txt iw_IL.txt mo.txt\
+ no.txt no_NO.txt\
+ sr_BA.txt sr_ME.txt sr_RS.txt \
+ zh.txt zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt
# All aliases (to not be included under 'installed'), but not including root.
« no previous file with comments | « icu52/source/data/brkitr/word.txt ('k') | icu52/source/data/coll/ja.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698