/* * 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 tr from '../locales/tr'; /** * The faker instance for the `tr` locale. * * - Language: Turkish * - Endonym: Türkçe * * This instance uses the following locales internally (in descending precedence): * * - `tr` * - `en` * - `base` */ export const faker = new Faker({ locale: [tr, en, base], });