2017-07-20 05:00:44 -04:00
|
|
|
|
/**
|
|
|
|
|
* @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
|
|
|
|
|
|
2018-04-09 08:15:00 -04:00
|
|
|
|
const u = undefined;
|
|
|
|
|
|
2018-01-18 08:08:50 -05:00
|
|
|
|
function plural(n: number): number {
|
|
|
|
|
return 5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-20 05:00:44 -04:00
|
|
|
|
export default [
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'vai-Vaii', [['AM', 'PM'], u, u], u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['S', 'M', 'T', 'W', 'T', 'F', 'S'],
|
2018-01-18 08:04:41 -05:00
|
|
|
|
[
|
|
|
|
|
'ꕞꕌꔵ', 'ꗳꗡꘉ', 'ꕚꕞꕚ', 'ꕉꕞꕒ', 'ꕉꔤꕆꕢ', 'ꕉꔤꕀꕮ',
|
|
|
|
|
'ꔻꔬꔳ'
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u, u
|
2017-07-20 05:00:44 -04:00
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
2018-01-18 08:04:41 -05:00
|
|
|
|
[
|
2018-04-10 07:30:51 -04:00
|
|
|
|
'ꖨꖕꔞ', 'ꕒꕡ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', 'ꖱꘋ', 'ꖱꕞ', 'ꗛꔕ', 'ꕢꕌ',
|
|
|
|
|
'ꕭꖃ', 'ꔞꘋ', 'ꖨꖕꗏ'
|
2018-01-18 08:04:41 -05:00
|
|
|
|
],
|
|
|
|
|
[
|
2018-04-10 07:30:51 -04:00
|
|
|
|
'ꖨꖕ ꕪꕴ ꔞꔀꕮꕊ', 'ꕒꕡꖝꖕ', 'ꕾꖺ', 'ꖢꖕ', 'ꖑꕱ', 'ꖱꘋ',
|
|
|
|
|
'ꖱꕞꔤ', 'ꗛꔕ', 'ꕢꕌ', 'ꕭꖃ', 'ꔞꘋꕔꕿ ꕸꖃꗏ',
|
|
|
|
|
'ꖨꖕ ꕪꕴ ꗏꖺꕮꕊ'
|
2018-01-18 08:04:41 -05:00
|
|
|
|
]
|
2017-07-20 05:00:44 -04:00
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u, [['BCE', 'CE'], u, u], 1, [6, 0], ['dd/MM/y', 'd MMM y', 'd MMMM y', 'EEEE, d MMMM y'],
|
|
|
|
|
['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'], ['{1} {0}', u, u, u],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], '$', 'ꕞꔤꔫꕩ ꕜꕞꕌ',
|
|
|
|
|
{'JPY': ['JP¥', '¥'], 'LRD': ['$'], 'USD': ['US$', '$']}, plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|