aboutsummaryrefslogtreecommitdiff
path: root/src/locales/th/index.ts
blob: a28027ce802dead29571f04eb242a6decf0e0090 (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
26
27
28
29
30
31
32
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { LocaleDefinition } from '../..';
import animal from './animal';
import color from './color';
import date from './date';
import internet from './internet';
import location from './location';
import metadata from './metadata';
import person from './person';
import phone_number from './phone_number';

/**
 * The locale data for the `th` locale.
 *
 * - Language: Thai
 * - Endonym: ไทย
 */
const th: LocaleDefinition = {
  animal,
  color,
  date,
  internet,
  location,
  metadata,
  person,
  phone_number,
};

export default th;