]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
57a6839d | 6 | // * Source File: <path>/common/main/en_IM.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
57a6839d | 9 | en_IM{ |
b331163b | 10 | %%Parent{"en_001"} |
2ca993e8 A |
11 | Currencies{ |
12 | GBP{ | |
13 | "£", | |
14 | "UK Pound", | |
15 | } | |
16 | } | |
17 | CurrencyPlurals{ | |
18 | GBP{ | |
19 | one{"UK pound"} | |
20 | other{"UK pounds"} | |
21 | } | |
22 | } | |
23 | Version{"2.1.19.14"} | |
b75a7d8f | 24 | } |