blob: 90ae94b0e42cb9687d335aa7f1f562eb45e7aada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
en_IM{
%%Parent{"en_001"}
Currencies{
GBP{
"£",
"UK Pound",
}
}
CurrencyPlurals{
GBP{
one{"UK pound"}
other{"UK pounds"}
}
}
Version{"37"}
}
|