50 lines
1.2 KiB
TypeScript
50 lines
1.2 KiB
TypeScript
/**
|
||
* @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
|
||
|
||
import {Plural} from '@angular/common';
|
||
|
||
export default [
|
||
'pa-Arab',
|
||
[
|
||
['AM', 'PM'],
|
||
,
|
||
],
|
||
,
|
||
[
|
||
['S', 'M', 'T', 'W', 'T', 'F', 'S'],
|
||
['اتوار', 'پیر', 'منگل', 'بُدھ', 'جمعرات', 'جمعہ', 'ہفتہ'],
|
||
,
|
||
],
|
||
,
|
||
[
|
||
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
||
[
|
||
'جنوری', 'فروری', 'مارچ', 'اپریل', 'مئ', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر',
|
||
'دسمبر'
|
||
],
|
||
],
|
||
,
|
||
[
|
||
['ايساپورو', 'سں'],
|
||
,
|
||
],
|
||
0, [6, 0], ['dd/MM/y', 'd MMM y', 'd MMMM y', 'EEEE, dd MMMM y'],
|
||
['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
|
||
[
|
||
'{1} {0}',
|
||
,
|
||
,
|
||
],
|
||
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
||
['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], 'ر', 'روپئیہ',
|
||
function(n: number): Plural { return Plural.Other;}
|
||
];
|