aboutsummaryrefslogtreecommitdiff
path: root/src/locale/en_GB.ts
blob: cbe9db5d669d33b91dc4cb1673ad2bf6a185cca5 (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_GB from '../locales/en_GB';

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