2017-07-20 05:00:44 -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
|
|
|
|
|
|
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 [
|
2018-04-09 08:15:00 -04:00
|
|
|
|
'nmg', [['maná', 'kugú'], u, u], u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['s', 'm', 's', 's', 's', 'm', 's'], ['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'mbs', 'sas'],
|
|
|
|
|
[
|
2018-01-18 08:04:41 -05:00
|
|
|
|
'sɔ́ndɔ', 'mɔ́ndɔ', 'sɔ́ndɔ mafú mába', 'sɔ́ndɔ mafú málal',
|
|
|
|
|
'sɔ́ndɔ mafú mána', 'mabágá má sukul', 'sásadi'
|
2017-07-20 05:00:44 -04:00
|
|
|
|
],
|
|
|
|
|
['sɔ́n', 'mɔ́n', 'smb', 'sml', 'smn', 'mbs', 'sas']
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u,
|
2017-07-20 05:00:44 -04:00
|
|
|
|
[
|
|
|
|
|
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
|
|
|
|
['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'],
|
|
|
|
|
[
|
2018-01-18 08:04:41 -05:00
|
|
|
|
'ngwɛn matáhra', 'ngwɛn ńmba', 'ngwɛn ńlal', 'ngwɛn ńna', 'ngwɛn ńtan',
|
|
|
|
|
'ngwɛn ńtuó', 'ngwɛn hɛmbuɛrí', 'ngwɛn lɔmbi', 'ngwɛn rɛbvuâ', 'ngwɛn wum',
|
|
|
|
|
'ngwɛn wum navǔr', 'krísimin'
|
2017-07-20 05:00:44 -04:00
|
|
|
|
]
|
|
|
|
|
],
|
2018-04-09 08:15:00 -04:00
|
|
|
|
u, [['BL', 'PB'], u, ['Bó Lahlɛ̄', 'Pfiɛ Burī']], 1, [6, 0],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
['d/M/y', 'd MMM y', 'd MMMM y', 'EEEE d MMMM y'],
|
2018-04-09 08:15:00 -04: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', ':'],
|
2018-01-29 15:47:58 -05:00
|
|
|
|
['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'], 'FCFA', 'Fraŋ CFA BEAC',
|
|
|
|
|
{'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']}, plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|