aboutsummaryrefslogtreecommitdiff
path: root/src/locale/id_ID.ts
blob: 0a423400db42962167c854c3c5cb8b37ddb53408 (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 id_ID from '../locales/id_ID';

/**
 * The faker instance for the `id_ID` locale.
 *
 * - Language: Indonesian (Indonesia)
 * - Endonym: Bahasa Indonesia (Indonesia)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `id_ID`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [id_ID, en, base],
});