blob: 6a1bcd2d27450280e2623b76c7204fac6efdfb28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { WordDefinition } from '../../..';
import adjective from './adjective';
import conjunction from './conjunction';
import interjection from './interjection';
import noun from './noun';
import preposition from './preposition';
import verb from './verb';
const word: WordDefinition = {
adjective,
conjunction,
interjection,
noun,
preposition,
verb,
};
export default word;
|