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

/**
 * The faker instance for the `hy` locale.
 *
 * - Language: Armenian
 * - Endonym: Հայերեն
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `hy`
 * - `en`
 * - `base`
 */
export const faker = new Faker({
  locale: [hy, en, base],
});