aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ru/hacker/index.ts
blob: 9f07685510e81ad8f038c520e820a7a13d856f6e (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 { HackerDefinition } from '../../..';
import abbreviation from './abbreviation';
import adjective from './adjective';
import ingverb from './ingverb';
import noun from './noun';
import phrase from './phrase';
import verb from './verb';

const hacker: HackerDefinition = {
  abbreviation,
  adjective,
  ingverb,
  noun,
  phrase,
  verb,
};

export default hacker;