69 lines
2.0 KiB
JavaScript
69 lines
2.0 KiB
JavaScript
/**
|
||
* @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 || {};
|
||
var u = undefined;
|
||
function plural(n) {
|
||
if (n === 1) return 1;
|
||
return 5;
|
||
}
|
||
global.ng.common.locales['jgo'] = [
|
||
'jgo',
|
||
[['mbaꞌmbaꞌ', 'ŋka mbɔ́t nji'], u, u],
|
||
u,
|
||
[
|
||
['Sɔ́', 'Mɔ́', 'ÁM', 'Wɛ́', 'Tɔ́', 'Fɛ', 'Sá'],
|
||
[
|
||
'Sɔ́ndi', 'Mɔ́ndi', 'Ápta Mɔ́ndi', 'Wɛ́nɛsɛdɛ', 'Tɔ́sɛdɛ', 'Fɛlâyɛdɛ',
|
||
'Sásidɛ'
|
||
],
|
||
u, u
|
||
],
|
||
u,
|
||
[
|
||
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
||
[
|
||
'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á'
|
||
],
|
||
u
|
||
],
|
||
u,
|
||
[
|
||
['BCE', 'CE'], u,
|
||
[
|
||
'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ɔ́'
|
||
]
|
||
],
|
||
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'],
|
||
'XAF',
|
||
'FCFA',
|
||
'Fɛlâŋ',
|
||
{'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']},
|
||
'ltr',
|
||
plural,
|
||
[]
|
||
];
|
||
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
|
||
typeof window !== 'undefined' && window);
|