40 lines
1.4 KiB
TypeScript
40 lines
1.4 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
|
||
|
||
const u = undefined;
|
||
|
||
function plural(n: number): number {
|
||
return 5;
|
||
}
|
||
|
||
export default [
|
||
'ceb', [['a', 'p'], ['AM', 'PM'], u], [['AM', 'PM'], u, u],
|
||
[
|
||
['D', 'L', 'M', 'M', 'H', 'B', 'S'], ['Dom', 'Lun', 'Mar', 'Mks', 'Hu', 'Bi', 'Sa'],
|
||
['Domingo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'],
|
||
['Dom', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab']
|
||
],
|
||
u,
|
||
[
|
||
['E', 'P', 'M', 'A', 'M', 'H', 'H', 'A', 'S', 'O', 'N', 'D'],
|
||
['En', 'Peb', 'Mar', 'Apr', 'May', 'Hun', 'Hul', 'Ag', 'Set', 'Okt', 'Nob', 'Dis'],
|
||
[
|
||
'Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre',
|
||
'Oktubre', 'Nobyembre', 'Disyembre'
|
||
]
|
||
],
|
||
u, [['WK', 'KP'], u, u], 0, [6, 0], ['M/d/yy', 'MMM d, y', 'MMMM d, y', 'EEEE, MMMM d, y'],
|
||
['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'], ['{1}, {0}', u, '{1} \'sa\' {0}', u],
|
||
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
||
['#,##0.###', '#,#0%', '¤#,##0.00', '#E0'], '₱', 'Philippine Piso',
|
||
{'JPY': ['JP¥', '¥'], 'PHP': ['₱'], 'USD': ['US $', '$']}, plural
|
||
];
|