currency.js 269 B

1234567891011
  1. define(
  2. "dojo/cldr/nls/cy/currency", //begin v1.x content
  3. {
  4. "EUR_displayName": "Ewro",
  5. "GBP_displayName": "Punt Sterling Prydain",
  6. "JPY_displayName": "Yen Siapan",
  7. "CNY_displayName": "Yuan Renminbi Tseina",
  8. "USD_displayName": "Doler yr UDA"
  9. }
  10. //end v1.x content
  11. );