aboutsummaryrefslogtreecommitdiff
path: root/src/locale/dv.ts
blob: d9ca8952a906fe7cc7827fce0ed55aaabffb3b54 (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
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */

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

/**
 * The faker instance for the `dv` locale.
 *
 * - Language: Maldivian
 * - Endonym: ދިވެހި
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `dv`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [dv, en, base],
});