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

/**
 * The faker instance for the `cs_CZ` locale.
 *
 * - Language: Czech (Czechia)
 * - Endonym: čeština (Česká republika)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `cs_CZ`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [cs_CZ, en, base],
});