aboutsummaryrefslogtreecommitdiff
path: root/src/locale/ne.ts
blob: 8c071562452786a2ce05289270a471167c902c22 (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 ne from '../locales/ne';

/**
 * The faker instance for the `ne` locale.
 *
 * - Language: Nepali
 * - Endonym: नेपाली
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `ne`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [ne, en, base],
});