]>
Commit | Line | Data |
---|---|---|
b331163b A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
b331163b A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_BZ.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_BZ{ | |
10 | %%Parent{"en_001"} | |
2ca993e8 | 11 | Version{"2.1.19.14"} |
b331163b A |
12 | unitsNarrow{ |
13 | temperature{ | |
14 | celsius{ | |
15 | one{"{0}°C"} | |
16 | other{"{0}°C"} | |
17 | } | |
18 | fahrenheit{ | |
19 | one{"{0}°"} | |
20 | other{"{0}°"} | |
21 | } | |
22 | } | |
23 | } | |
24 | } |