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