| Index: source/data/lang/en_GB.txt
|
| diff --git a/source/data/lang/en_GB.txt b/source/data/lang/en_GB.txt
|
| index 2aea9c2521ea4de9ea3376409dc63b60a5825c58..81387b8d958444545195bcd530bca7ed6c528400 100755
|
| --- a/source/data/lang/en_GB.txt
|
| +++ b/source/data/lang/en_GB.txt
|
| @@ -1,6 +1,6 @@
|
| // ***************************************************************************
|
| // *
|
| -// * Copyright (C) 2013 International Business Machines
|
| +// * Copyright (C) 2014 International Business Machines
|
| // * Corporation and others. All Rights Reserved.
|
| // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
| // * Source File: <path>/common/main/en_GB.xml
|
| @@ -8,7 +8,12 @@
|
| // ***************************************************************************
|
| en_GB{
|
| %%Parent{"en_001"}
|
| + Keys{
|
| + colCaseLevel{"Case-Sensitive Sorting"}
|
| + colNormalization{"Normalised Sorting"}
|
| + }
|
| Languages{
|
| + wal{"Walamo"}
|
| }
|
| LanguagesShort{
|
| en_GB{"UK English"}
|
| @@ -17,5 +22,15 @@ en_GB{
|
| Scripts{
|
| Thai{"Thai"}
|
| }
|
| - Version{"2.0.92.80"}
|
| + Types{
|
| + colNormalization{
|
| + no{"Sort Without Normalisation"}
|
| + yes{"Sort Unicode Normalised"}
|
| + }
|
| + numbers{
|
| + arabext{"Extended Arabic-Indic Digits"}
|
| + fullwide{"Full-Width Digits"}
|
| + }
|
| + }
|
| + Version{"2.1.8.19"}
|
| }
|
|
|