aboutsummaryrefslogtreecommitdiff
path: root/src/locales/he/company/index.ts
blob: 91c5f26ff3859fffca850a6dab2a7cc124ba57a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { CompanyDefinition } from '../../..';
import adjective from './adjective';
import buzz_adjective from './buzz_adjective';
import buzz_noun from './buzz_noun';
import buzz_verb from './buzz_verb';
import descriptor from './descriptor';
import legal_entity_type from './legal_entity_type';
import name_pattern from './name_pattern';
import noun from './noun';

const company: CompanyDefinition = {
  adjective,
  buzz_adjective,
  buzz_noun,
  buzz_verb,
  descriptor,
  legal_entity_type,
  name_pattern,
  noun,
};

export default company;