aboutsummaryrefslogtreecommitdiff
path: root/src/locales/th/index.ts
blob: fe9562c5fce488d2d85b7fb2e08ee4a1485204a4 (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
/*
 * 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';

const th: LocaleDefinition = {
  animal,
  color,
  date,
  internet,
  location,
  metadata,
  person,
  phone_number,
};

export default th;