blob: c7885cb7dfb440bc932046c30fc3d452e52a5db6 (
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 adverb from './adverb';
import noun from './noun';
const word: WordDefinition = {
adjective,
adverb,
noun,
};
export default word;
|