2017-07-20 05:00:44 -04:00
|
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 15:08:49 -04:00
|
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-07-20 05:00:44 -04:00
|
|
|
|
*
|
|
|
|
|
* 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 [
|
2019-11-17 11:56:14 -05:00
|
|
|
|
'shi-Latn',
|
|
|
|
|
[['tifawt', 'tadggʷat'], u, u],
|
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['S', 'M', 'T', 'W', 'T', 'F', 'S'], ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'],
|
|
|
|
|
['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'],
|
|
|
|
|
['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ']
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'],
|
|
|
|
|
['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'],
|
|
|
|
|
[
|
2020-05-15 14:05:09 -04:00
|
|
|
|
'innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr',
|
|
|
|
|
'nuwanbir', 'dujanbir'
|
2017-07-20 05:00:44 -04:00
|
|
|
|
]
|
|
|
|
|
],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
u,
|
|
|
|
|
[['daɛ', 'dfɛ'], u, ['dat n ɛisa', 'dffir n ɛisa']],
|
|
|
|
|
1,
|
|
|
|
|
[6, 0],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['d/M/y', 'd MMM, y', 'd MMMM y', 'EEEE d MMMM y'],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
|
|
|
|
|
['{1} {0}', u, u, u],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
2019-11-17 11:56:14 -05:00
|
|
|
|
['#,##0.###', '#,##0%', '#,##0.00¤', '#E0'],
|
|
|
|
|
'MAD',
|
2019-12-14 05:39:42 -05:00
|
|
|
|
'MAD',
|
2019-11-17 11:56:14 -05:00
|
|
|
|
'adrim n lmɣrib',
|
|
|
|
|
{'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']},
|
|
|
|
|
'ltr',
|
|
|
|
|
plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|