2017-07-20 05:00:44 -04:00
|
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// THIS CODE IS GENERATED - DO NOT MODIFY
|
|
|
|
|
// See angular/tools/gulp-tasks/cldr/extract.js
|
|
|
|
|
|
2018-04-09 08:15:00 -04:00
|
|
|
|
const u = undefined;
|
|
|
|
|
|
2018-01-18 08:08:50 -05:00
|
|
|
|
function plural(n: number): number {
|
|
|
|
|
if (n === 1) return 1;
|
|
|
|
|
return 5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-20 05:00:44 -04:00
|
|
|
|
export default [
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'es-DO', [['a. m.', 'p. m.'], u, u], u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['D', 'L', 'M', 'M', 'J', 'V', 'S'], ['dom.', 'lun.', 'mar.', 'mié.', 'jue.', 'vie.', 'sáb.'],
|
|
|
|
|
['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'],
|
|
|
|
|
['DO', 'LU', 'MA', 'MI', 'JU', 'VI', 'SA']
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['E', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
|
|
|
|
|
[
|
|
|
|
|
'ene.', 'feb.', 'mar.', 'abr.', 'may.', 'jun.', 'jul.', 'ago.', 'sep.', 'oct.', 'nov.', 'dic.'
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
'enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre',
|
|
|
|
|
'octubre', 'noviembre', 'diciembre'
|
|
|
|
|
]
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u, [['a. C.', 'd. C.'], u, ['antes de Cristo', 'después de Cristo']], 0, [6, 0],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['d/M/yy', 'd MMM y', 'd \'de\' MMMM \'de\' y', 'EEEE, d \'de\' MMMM \'de\' y'],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'], ['{1} {0}', u, '{1}, {0}', u],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
['#,##0.###', '#,##0 %', '¤#,##0.00', '#E0'], 'RD$', 'peso dominicano', {
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'AUD': [u, '$'],
|
|
|
|
|
'BRL': [u, 'R$'],
|
|
|
|
|
'CAD': [u, '$'],
|
|
|
|
|
'CNY': [u, '¥'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'DOP': ['RD$', '$'],
|
|
|
|
|
'ESP': ['₧'],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'EUR': [u, '€'],
|
|
|
|
|
'FKP': [u, 'FK£'],
|
|
|
|
|
'GBP': [u, '£'],
|
|
|
|
|
'HKD': [u, '$'],
|
|
|
|
|
'ILS': [u, '₪'],
|
|
|
|
|
'INR': [u, '₹'],
|
|
|
|
|
'JPY': [u, '¥'],
|
|
|
|
|
'KRW': [u, '₩'],
|
|
|
|
|
'MXN': [u, '$'],
|
|
|
|
|
'NZD': [u, '$'],
|
|
|
|
|
'RON': [u, 'L'],
|
|
|
|
|
'SSP': [u, 'SD£'],
|
|
|
|
|
'SYP': [u, 'S£'],
|
|
|
|
|
'TWD': [u, 'NT$'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'USD': ['US$', '$'],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'VEF': [u, 'BsF'],
|
|
|
|
|
'VND': [u, '₫'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'XAF': [],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'XCD': [u, '$'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'XOF': []
|
|
|
|
|
},
|
|
|
|
|
plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|