aboutsummaryrefslogtreecommitdiff
path: root/src/locale/fr_SN.ts
blob: 2d724d1bbb130e3865aa719a9a6edd1eee9b20e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */

import { Faker } from '../faker';
import base from '../locales/base';
import en from '../locales/en';
import fr from '../locales/fr';
import fr_SN from '../locales/fr_SN';

/**
 * The faker instance for the `fr_SN` locale.
 *
 * - Language: French (Senegal)
 * - Endonym: Français (Sénégal)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `fr_SN`
 * - `fr`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [fr_SN, fr, en, base],
});