summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/zh-tw/currency.js.uncompressed.js
blob: 29173a91d2ca42948b98e127631fe6af931efbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
define(
"dojo/cldr/nls/zh-tw/currency", //begin v1.x content
{
	"USD_symbol": "$",
	"EUR_displayName": "歐元",
	"HKD_displayName": "港幣",
	"CAD_displayName": "加幣",
	"JPY_displayName": "日圓",
	"GBP_displayName": "英鎊",
	"AUD_displayName": "澳幣",
	"CNY_displayName": "人民幣"
}
//end v1.x content
);