24 lines
661 B
Plaintext
24 lines
661 B
Plaintext
|
// ***************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 2014 International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||
|
// * Source File: <path>/common/main/en_001.xml
|
||
|
// *
|
||
|
// ***************************************************************************
|
||
|
en_001{
|
||
|
Version{"2.1.6.69"}
|
||
|
unitsNarrow{
|
||
|
temperature{
|
||
|
celsius{
|
||
|
one{"{0}°"}
|
||
|
other{"{0}°"}
|
||
|
}
|
||
|
fahrenheit{
|
||
|
one{"{0}°F"}
|
||
|
other{"{0}°F"}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|