文本文件  |  44行  |  1.01 KB

// ***************************************************************************
// *
// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GB.xml
// *
// ***************************************************************************
en_GB{
    %%Parent{"en_001"}
    Version{"2.1.19.79"}
    units{
        mass{
            stone{
                dnam{"stone"}
                one{"{0} stone"}
                other{"{0} stone"}
            }
        }
        temperature{
            kelvin{
                dnam{"kelvin"}
                one{"{0} kelvin"}
                other{"{0} kelvin"}
            }
        }
    }
    unitsShort{
        duration{
            hour{
                per{"{0}ph"}
            }
            second{
                per{"{0}ps"}
            }
        }
        mass{
            stone{
                dnam{"stone"}
            }
        }
    }
}