1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3xh{ 4 Currencies{ 5 ZAR{ 6 "R", 7 "iRandi yaseMzanzi Afrika", 8 } 9 } 10 Currencies%narrow{ 11 ZAR{"R"} 12 } 13 CurrencyPlurals{ 14 ZAR{ 15 one{"iRandi YaseMzanzi Afrika"} 16 other{"iRandi yaseMzanzi Afrika"} 17 } 18 } 19 CurrencyUnitPatterns{ 20 one{"{0} {1}"} 21 other{"{0} {1}"} 22 } 23 Version{"36.1"} 24} 25