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

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