aboutsummaryrefslogtreecommitdiff
path: root/src/locales/nb_NO/word/index.ts
blob: 717112784355e0916bbfcee4faf9b2ad3e7d2513 (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 conjunction from './conjunction';
import interjection from './interjection';

const word: WordDefinition = {
  adjective,
  conjunction,
  interjection,
};

export default word;