2017-07-20 05:00:44 -04:00
|
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 15:08:49 -04:00
|
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-07-20 05:00:44 -04:00
|
|
|
|
*
|
|
|
|
|
* 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 {
|
|
|
|
|
return 5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-20 05:00:44 -04:00
|
|
|
|
export default [
|
2019-11-17 11:56:14 -05:00
|
|
|
|
'sr-Latn-XK',
|
|
|
|
|
[['a', 'p'], ['pre podne', 'po podne'], u],
|
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
2019-11-07 13:01:44 -05:00
|
|
|
|
['n', 'p', 'u', 's', 'č', 'p', 's'], ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['nedelja', 'ponedeljak', 'utorak', 'sreda', 'četvrtak', 'petak', 'subota'],
|
|
|
|
|
['ne', 'po', 'ut', 'sr', 'če', 'pe', 'su']
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'],
|
2019-11-07 13:01:44 -05:00
|
|
|
|
['jan', 'feb', 'mart', 'apr', 'maj', 'jun', 'jul', 'avg', 'sept', 'okt', 'nov', 'dec'],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
'januar', 'februar', 'mart', 'april', 'maj', 'jun', 'jul', 'avgust', 'septembar', 'oktobar',
|
|
|
|
|
'novembar', 'decembar'
|
|
|
|
|
]
|
|
|
|
|
],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
u,
|
|
|
|
|
[['p.n.e.', 'n.e.'], ['p. n. e.', 'n. e.'], ['pre nove ere', 'nove ere']],
|
|
|
|
|
1,
|
|
|
|
|
[6, 0],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['d.M.yy.', 'dd.MM.y.', 'dd. MMMM y.', 'EEEE, dd. MMMM y.'],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
|
|
|
|
|
['{1} {0}', u, u, u],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'],
|
2019-12-14 05:39:42 -05:00
|
|
|
|
'EUR',
|
2019-11-17 11:56:14 -05:00
|
|
|
|
'€',
|
|
|
|
|
'Evro',
|
|
|
|
|
{
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'AUD': [u, '$'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'BAM': ['KM'],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'BYN': [u, 'r.'],
|
|
|
|
|
'GEL': [u, 'ლ'],
|
|
|
|
|
'KRW': [u, '₩'],
|
|
|
|
|
'NZD': [u, '$'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
'TWD': ['NT$'],
|
|
|
|
|
'USD': ['US$', '$'],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'VND': [u, '₫']
|
2018-01-29 15:47:58 -05:00
|
|
|
|
},
|
2019-11-17 11:56:14 -05:00
|
|
|
|
'ltr',
|
2018-01-29 15:47:58 -05:00
|
|
|
|
plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|