UNPKG

2.44 kBJavaScriptView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8
9// **Note**: Locale files are generated through Bazel and never part of the sources. This is an
10// exception for backwards compatibility. With the Gulp setup we never deleted old locale files
11// when updating CLDR, so older locale files which have been removed, or renamed in the CLDR
12// data remained in the repository. We keep these files checked-in until the next major to avoid
13// potential breaking changes. It's worth noting that the locale data for such files is outdated
14// anyway. e.g. the data is missing the directionality, throwing off the indices.
15
16(function (global) {
17 global.ng = global.ng || {};
18 global.ng.common = global.ng.common || {};
19 global.ng.common.locales = global.ng.common.locales || {};
20 const u = undefined;
21 function plural(n) {
22 let i = Math.floor(Math.abs(n));
23 if (i === 0 || i === 1) return 1;
24 return 5;
25 }
26 root.ng.common.locales['ff-cm'] = [
27 'ff-CM',
28 [['subaka', 'kikiiɗe'], u, u],
29 u,
30 [
31 ['d', 'a', 'm', 'n', 'n', 'm', 'h'],
32 ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'],
33 ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'],
34 ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'],
35 ],
36 u,
37 [
38 ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'],
39 ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'],
40 [
41 'siilo',
42 'colte',
43 'mbooy',
44 'seeɗto',
45 'duujal',
46 'korse',
47 'morso',
48 'juko',
49 'siilto',
50 'yarkomaa',
51 'jolal',
52 'bowte',
53 ],
54 ],
55 u,
56 [['H-I', 'C-I'], u, ['Hade Iisa', 'Caggal Iisa']],
57 1,
58 [6, 0],
59 ['d/M/y', 'd MMM, y', 'd MMMM y', 'EEEE d MMMM y'],
60 ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
61 ['{1} {0}', u, u, u],
62 [',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
63 ['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'],
64 'FCFA',
65 'Mbuuɗi Seefaa BEAC',
66 {'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']},
67 plural,
68 [],
69 ];
70})(
71 (typeof globalThis !== 'undefined' && globalThis) ||
72 (typeof global !== 'undefined' && global) ||
73 (typeof window !== 'undefined' && window),
74);