• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/es_CL.xml
7// *
8// ***************************************************************************
9es_CL{
10    %%Parent{"es_419"}
11    Version{"2.1.19.14"}
12    durationUnits{
13        hms{"hh:mm:ss"}
14        ms{"mm:ss"}
15    }
16    units{
17        electric{
18            ampere{
19                dnam{"amperios"}
20                one{"{0} amperio"}
21                other{"{0} amperios"}
22            }
23            milliampere{
24                dnam{"miliamperios"}
25                one{"{0} miliamperio"}
26                other{"{0} miliamperios"}
27            }
28            ohm{
29                one{"{0} ohmio"}
30                other{"{0} ohmios"}
31            }
32            volt{
33                one{"{0} voltio"}
34                other{"{0} voltios"}
35            }
36        }
37    }
38    unitsShort{
39        electric{
40            volt{
41                dnam{"voltios"}
42            }
43        }
44        power{
45            watt{
46                dnam{"vatios"}
47            }
48        }
49    }
50}
51