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

const animal: AnimalDefinition = {
  horse,
};

export default animal;