-// ***************************************************************************
-// *
-// * Copyright (C) 2010 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_SG.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
zh_Hans_SG{
- /**
- * empty target resource
- */
- ___{""}
+ Currencies{
+ CNY{
+ "CN¥",
+ "人民币",
+ }
+ SGD{
+ "$",
+ "新加坡元",
+ }
+ XAG{
+ "XAG",
+ "白银",
+ }
+ }
+ CurrencyPlurals{
+ ANG{
+ other{"荷兰安的列斯盾"}
+ }
+ NIO{
+ other{"尼加拉瓜科多巴"}
+ }
+ }
+ CurrencyUnitPatterns{
+ other{"{0} {1}"}
+ }
+ Version{"2.1.38.39"}
}