12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /**
- * @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
- function plural(n) {
- return 5;
- }
- export default [
- 'shi-Latn',
- [
- ['tifawt', 'tadggʷat'],
- ,
- ],
- ,
- [
- ['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ḍ']
- ],
- ,
- [
- ['i', 'b', 'm', 'i', 'm', 'y', 'y', 'ɣ', 'c', 'k', 'n', 'd'],
- ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'],
- [
- 'innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir',
- 'ktubr', 'nuwanbir', 'dujanbir'
- ]
- ],
- ,
- [['daɛ', 'dfɛ'], , ['dat n ɛisa', 'dffir n ɛisa']], 6, [5, 6],
- ['d/M/y', 'd MMM, y', 'd MMMM y', 'EEEE d MMMM y'],
- ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
- [
- '{1} {0}',
- ,
- ,
- ],
- [',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
- ['#,##0.###', '#,##0%', '#,##0.00¤', '#E0'], 'MAD', 'adrim n lmɣrib', plural
- ];
- //# sourceMappingURL=shi-Latn.js.map
|