1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/zh_Hans_MO.xml
7// *
8// ***************************************************************************
9zh_Hans_MO{
10    Version{"2.1.19.79"}
11    units{
12        compound{
13            per{"{0}/{1}"}
14        }
15        duration{
16            second{
17                other{"{0}秒"}
18            }
19        }
20        temperature{
21            kelvin{
22                dnam{"开氏度"}
23                other{"{0}开氏度"}
24            }
25        }
26    }
27    unitsNarrow{
28        temperature{
29            celsius{
30                other{"{0}°C"}
31            }
32        }
33    }
34    unitsShort{
35        temperature{
36            kelvin{
37                other{"{0}°K"}
38            }
39        }
40    }
41}
42