aboutsummaryrefslogtreecommitdiff
path: root/src/locales/th/animal/index.ts
blob: 205c9312feb9308635a3cf10b7c297c6e7b55bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { AnimalDefinition } from '../../..';
import cat from './cat';
import dog from './dog';

const animal: AnimalDefinition = {
  cat,
  dog,
};

export default animal;