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

/**
 * The faker instance for the `ta_IN` locale.
 *
 * - Language: Tamil (India)
 * - Endonym: தமிழ் (இந்தியா)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `ta_IN`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [ta_IN, en, base],
});