aboutsummaryrefslogtreecommitdiff
path: root/src/locale/cs_CZ.ts
blob: 4e56c6d410cc25346e544abbfae79fa5f81f6134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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';

export const faker = new Faker({
  locale: [cs_CZ, en, base],
});