summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js')
-rw-r--r--js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js b/js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js
new file mode 100644
index 0000000..4275a74
--- /dev/null
+++ b/js/dojo-1.7.2/dojo/cldr/nls/zh/currency.js
@@ -0,0 +1,17 @@
+//>>built
+define(
+"dojo/cldr/nls/zh/currency", //begin v1.x content
+{
+ "HKD_displayName": "港元",
+ "CHF_displayName": "瑞士法郎",
+ "CAD_displayName": "加拿大元",
+ "CNY_displayName": "人民币",
+ "AUD_displayName": "澳大利亚元",
+ "JPY_displayName": "日元",
+ "USD_displayName": "美元",
+ "CNY_symbol": "¥",
+ "GBP_displayName": "英镑",
+ "EUR_displayName": "欧元"
+}
+//end v1.x content
+); \ No newline at end of file