Skip to content

Commit f66e26b

Browse files
authored
refactor(company): remove English locale definitions from company in non-English locales (#2027)
1 parent 8574125 commit f66e26b

22 files changed

+0
-1630
lines changed

src/locales/cs_CZ/company/adjective.ts

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/locales/cs_CZ/company/descriptor.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

src/locales/cs_CZ/company/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { CompanyDefinitions } from '../../..';
6-
import adjective from './adjective';
7-
import descriptor from './descriptor';
86
import name_patterns from './name_patterns';
9-
import noun from './noun';
107
import suffix from './suffix';
118

129
const company: CompanyDefinitions = {
13-
adjective,
14-
descriptor,
1510
name_patterns,
16-
noun,
1711
suffix,
1812
};
1913

src/locales/cs_CZ/company/noun.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)