Index: source/data/unit/en_GB.txt |
diff --git a/source/data/unit/en_GB.txt b/source/data/unit/en_GB.txt |
index 8e06c10292f1053fce9bfd4c574cf4056948c1bc..70a3603a400d34cc8e8b12043269726fcbf4db79 100755 |
--- a/source/data/unit/en_GB.txt |
+++ b/source/data/unit/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,11 +8,36 @@ |
// *************************************************************************** |
en_GB{ |
%%Parent{"en_001"} |
- Version{"2.1.8.19"} |
+ Version{"2.1.19.79"} |
units{ |
- } |
- unitsNarrow{ |
+ mass{ |
+ stone{ |
+ dnam{"stone"} |
+ one{"{0} stone"} |
+ other{"{0} stone"} |
+ } |
+ } |
+ temperature{ |
+ kelvin{ |
+ dnam{"kelvin"} |
+ one{"{0} kelvin"} |
+ other{"{0} kelvin"} |
+ } |
+ } |
} |
unitsShort{ |
+ duration{ |
+ hour{ |
+ per{"{0}ph"} |
+ } |
+ second{ |
+ per{"{0}ps"} |
+ } |
+ } |
+ mass{ |
+ stone{ |
+ dnam{"stone"} |
+ } |
+ } |
} |
} |