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

95 lines
3.1 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) {
let i = Math.floor(Math.abs(n));
if (i === 0 || n === 1) return 1;
return 5;
}
global.ng.common.locales['fa-af'] = [
'fa-AF',
[['ق', 'ب'], ['ق.ظ.', 'ب.ظ.'], ['قبل\u200cازظهر', 'بعدازظهر']],
u,
[
['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'],
[
'یکشنبه', 'دوشنبه', 'سه\u200cشنبه', 'چهارشنبه', 'پنجشنبه',
'جمعه', 'شنبه'
],
u, ['۱ش', '۲ش', '۳ش', '۴ش', '۵ش', 'ج', 'ش']
],
u,
[
['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'ا', 'ن', 'د'],
[
'جنو', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جول', 'اگست',
'سپتمبر', 'اکتوبر', 'نومبر', 'دسم'
],
[
'جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای',
'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'
]
],
[
['ج', 'ف', 'م', 'ا', 'م', 'ج', 'ج', 'ا', 'س', 'ا', 'ن', 'د'],
[
'جنوری', 'فبروری', 'مارچ', 'اپریل', 'می', 'جون', 'جولای',
'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'
],
u
],
[['ق', 'م'], ['ق.م.', 'م.'], ['قبل از میلاد', 'میلادی']],
6,
[4, 5],
['y/M/d', 'd MMM y', 'd MMMM y', 'EEEE d MMMM y'],
['H:mm', 'H:mm:ss', 'H:mm:ss (z)', 'H:mm:ss (zzzz)'],
['{1}،\u200f {0}', u, '{1}، ساعت {0}', u],
['.', ',', ';', '%', '\u200e+', '\u200e', 'E', '×', '‰', '∞', 'ناعدد', ':'],
['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'],
'AFN',
'؋',
'افغانی افغانستان',
{
'AFN': ['؋'],
'CAD': ['$CA', '$'],
'CNY': ['¥CN', '¥'],
'HKD': ['$HK', '$'],
'IRR': ['ریال'],
'MXN': ['$MX', '$'],
'NZD': ['$NZ', '$'],
'THB': ['฿'],
'XCD': ['$EC', '$']
},
'rtl',
plural,
[
[
['ب', 'ص', 'ظ', 'ع', 'ش', 'ن'],
['بامداد', 'صبح', 'ظهر', 'بعدازچاشت', 'شب', 'نیمه\u200cشب'], u
],
[
['ب', 'ص', 'بعد از چاشت', 'ع', 'ش', 'ن'],
['بامداد', 'صبح', 'ظهر', 'بعدازچاشت', 'شب', 'نیمه\u200cشب'], u
],
[
['01:00', '04:00'], ['04:00', '12:00'], ['12:00', '13:00'], ['13:00', '19:00'],
['19:00', '24:00'], ['00:00', '01:00']
]
]
];
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
typeof window !== 'undefined' && window);