aboutsummaryrefslogtreecommitdiff
path: root/src/locale/en_BORK.ts
blob: 334ff28592ec9cd4b2c86a86785e92baf3976632 (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 en from '../locales/en';
import en_BORK from '../locales/en_BORK';

/**
 * The faker instance for the `en_BORK` locale.
 *
 * - Language: English (Bork)
 * - Endonym: English (Bork)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `en_BORK`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [en_BORK, en, base],
});