Index: source/data/lang/en_GB.txt |
diff --git a/source/data/lang/en_GB.txt b/source/data/lang/en_GB.txt |
index 856fe672e9fc36728ce62c76fb6e981894de6a98..cac273d23e81342c5bacfa2c11b08c44f444b5d6 100755 |
--- a/source/data/lang/en_GB.txt |
+++ b/source/data/lang/en_GB.txt |
@@ -1,6 +1,6 @@ |
// *************************************************************************** |
// * |
-// * Copyright (C) 2014 International Business Machines |
+// * Copyright (C) 2015 International Business Machines |
// * Corporation and others. All Rights Reserved. |
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
// * Source File: <path>/common/main/en_GB.xml |
@@ -8,12 +8,17 @@ |
// *************************************************************************** |
en_GB{ |
%%Parent{"en_001"} |
- LanguagesShort{ |
- en_GB{"UK English"} |
- en_US{"US English"} |
+ Keys{ |
+ colNormalization{"Normalised Sorting"} |
} |
- Scripts{ |
- Thai{"Thai"} |
+ Languages{ |
+ nds_NL{"West Low German"} |
} |
- Version{"2.1.8.19"} |
+ Types{ |
+ colNormalization{ |
+ no{"Sort Without Normalisation"} |
+ yes{"Sort Unicode Normalised"} |
+ } |
+ } |
+ Version{"2.1.19.79"} |
} |