﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
    Currencies{
        CNY{
            "CN¥",
            "人民币",
        }
        KZT{
            "KZT",
            "哈萨克斯坦腾格",
        }
        NIO{
            "NIO",
            "尼加拉瓜科多巴",
        }
        SGD{
            "$",
            "新加坡元",
        }
    }
    CurrencyPlurals{
        KZT{
            other{"哈萨克斯坦腾格"}
        }
        NIO{
            other{"尼加拉瓜科多巴"}
        }
    }
    CurrencyUnitPatterns{
        other{"{0} {1}"}
    }
    Version{"2.1.8.19"}
}
