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