2019-10-31 15:33:00 -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
|
|
|
|
|
|
|
|
|
|
(function(global) {
|
|
|
|
|
global.ng = global.ng || {};
|
|
|
|
|
global.ng.common = global.ng.common || {};
|
|
|
|
|
global.ng.common.locales = global.ng.common.locales || {};
|
|
|
|
|
const u = undefined;
|
|
|
|
|
function plural(n) {
|
|
|
|
|
if (n === 1) return 1;
|
|
|
|
|
return 5;
|
|
|
|
|
}
|
|
|
|
|
root.ng.common.locales['jgo'] = [
|
|
|
|
|
'jgo',
|
|
|
|
|
[['mbaꞌmbaꞌ', 'ŋka mbɔ́t nji'], u, u],
|
|
|
|
|
u,
|
|
|
|
|
[
|
|
|
|
|
['Sɔ́', 'Mɔ́', 'ÁM', 'Wɛ́', 'Tɔ́', 'Fɛ', 'Sá'],
|
2019-11-06 14:38:48 -05:00
|
|
|
|
['Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ', 'Sásidɛ'], u, u
|
2019-10-31 15:33:00 -04:00
|
|
|
|
],
|
|
|
|
|
u,
|
|
|
|
|
[
|
|
|
|
|
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
|
|
|
|
[
|
2019-11-06 14:38:48 -05:00
|
|
|
|
'Nduŋmbi Saŋ', 'Pɛsaŋ Pɛ́pá', 'Pɛsaŋ Pɛ́tát', 'Pɛsaŋ Pɛ́nɛ́kwa', 'Pɛsaŋ Pataa',
|
|
|
|
|
'Pɛsaŋ Pɛ́nɛ́ntúkú', 'Pɛsaŋ Saambá', 'Pɛsaŋ Pɛ́nɛ́fɔm', 'Pɛsaŋ Pɛ́nɛ́pfúꞋú', 'Pɛsaŋ Nɛgɛ́m',
|
|
|
|
|
'Pɛsaŋ Ntsɔ̌pmɔ́', 'Pɛsaŋ Ntsɔ̌ppá'
|
2019-10-31 15:33:00 -04:00
|
|
|
|
],
|
|
|
|
|
u
|
|
|
|
|
],
|
|
|
|
|
u,
|
|
|
|
|
[
|
|
|
|
|
['BCE', 'CE'], u,
|
2019-11-06 14:38:48 -05:00
|
|
|
|
['tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́', 'tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́']
|
2019-10-31 15:33:00 -04:00
|
|
|
|
],
|
|
|
|
|
1,
|
|
|
|
|
[6, 0],
|
|
|
|
|
['y-MM-dd', 'y MMM d', 'y MMMM d', 'EEEE, y MMMM dd'],
|
|
|
|
|
['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
|
|
|
|
|
['{1} {0}', u, u, u],
|
|
|
|
|
[',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
|
|
|
|
['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'],
|
|
|
|
|
'FCFA',
|
|
|
|
|
'Fɛlâŋ',
|
|
|
|
|
{'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']},
|
|
|
|
|
plural,
|
|
|
|
|
[]
|
|
|
|
|
];
|
|
|
|
|
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
|
|
|
|
|
typeof window !== 'undefined' && window);
|