Andrew Scott 5c3774cfe6 Revert "fix(common): locales/global/*.js are not ES5 compliant (#36342)" (#36648)
This reverts commit c8f3fa9f3e2dd41b4e15b38786268093ce556557.

PR Close #36648
2020-04-15 15:33:59 -07:00

91 lines
2.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @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
(function(global) {
global.ng = global.ng || {};
global.ng.common = global.ng.common || {};
global.ng.common.locales = global.ng.common.locales || {};
const u = undefined;
function plural(n) { return 5; }
global.ng.common.locales['bs-cyrl'] = [
'bs-Cyrl',
[
['пре подне', 'поподне'], u,
['прије подне', 'послије подне']
],
u,
[
['н', 'п', 'у', 'с', 'ч', 'п', 'с'],
['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб'],
[
'недјеља', 'понедјељак', 'уторак', 'сриједа',
'четвртак', 'петак', 'субота'
],
['нед', 'пон', 'уто', 'сри', 'чет', 'пет', 'суб']
],
u,
[
['ј', 'ф', 'м', 'а', 'м', 'ј', 'ј', 'а', 'с', 'о', 'н', 'д'],
[
'јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'ауг', 'сеп',
'окт', 'нов', 'дец'
],
[
'јануар', 'фебруар', 'март', 'април', 'мај', 'јуни',
'јули', 'аугуст', 'септембар', 'октобар', 'новембар',
'децембар'
]
],
u,
[
['п.н.е.', 'н.е.'], ['п. н. е.', 'н. е.'],
['прије нове ере', 'нове ере']
],
1,
[6, 0],
['d.M.yy.', 'dd.MM.y.', 'dd. MMMM y.', 'EEEE, dd. MMMM y.'],
['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
['{1} {0}', u, u, u],
[',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'],
'BAM',
'КМ',
'Конвертибилна марка',
{
'BAM': ['КМ', 'KM'],
'CZK': ['Кч', 'Kč'],
'PLN': ['зл', 'zł'],
'RSD': ['дин.'],
'TRY': ['Тл', '₺'],
'USD': ['US$', '$']
},
'ltr',
plural,
[
[
['поноћ', 'подне', 'ујутру', 'у подне', 'увече', 'ноћу'], u,
u
],
[
[
'поноћ', 'подне', 'јутро', 'послийеподне', 'вече', 'ноћ'
],
u, u
],
[
'00:00', '12:00', ['04:00', '12:00'], ['12:00', '18:00'], ['18:00', '21:00'],
['21:00', '04:00']
]
]
];
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
typeof window !== 'undefined' && window);