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

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