Joey Perrott 1bc807c81a style(common): enforce format on newly included files ()
Historically files to be formatted were added to a listing (via matchers)
to be included in formatting.  Instead, this change begins efforts to
instead include all files in format enforcement, relying instead on an
opt out methodology.

PR Close 
2020-06-12 15:06:41 -07:00

74 lines
2.2 KiB
TypeScript
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 LLC 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
const u = undefined;
function plural(n: number): number {
let i = Math.floor(Math.abs(n));
if (i === 0 || n === 1) return 1;
return 5;
}
export default [
'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
];