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

/**
 * The faker instance for the `bn_BD` locale.
 *
 * - Language: Bengali (Bangladesh)
 * - Endonym: বাংলা (বাংলাদেশ)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `bn_BD`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [bn_BD, en, base],
});