1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-25 16:27:33 +02:00
ttrss/lib/dojo/cldr/nls/zh-tw/currency.js.uncompressed.js
2013-03-18 10:26:26 +04:00

16 lines
369 B
JavaScript

define(
"dojo/cldr/nls/zh-tw/currency", //begin v1.x content
{
"HKD_displayName": "港幣",
"JPY_symbol": "¥",
"CAD_displayName": "加幣",
"CNY_displayName": "人民幣",
"USD_symbol": "$",
"AUD_displayName": "澳幣",
"JPY_displayName": "日圓",
"USD_displayName": "美金",
"GBP_displayName": "英鎊",
"EUR_displayName": "歐元"
}
//end v1.x content
);