Skip to content

Commit 73035ef

Browse files
author
Matt Mayer
authored
chore(locale): remove bs_ files in sk and cz (#1942)
1 parent 2fa095f commit 73035ef

File tree

6 files changed

+0
-352
lines changed

6 files changed

+0
-352
lines changed

src/locales/cz/company/bs_noun.ts

-110
This file was deleted.

src/locales/cz/company/bs_verb.ts

-62
This file was deleted.

src/locales/cz/company/index.ts

-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
*/
55
import type { CompanyDefinitions } from '../../..';
66
import adjective from './adjective';
7-
import bs_noun from './bs_noun';
8-
import bs_verb from './bs_verb';
97
import descriptor from './descriptor';
108
import name_patterns from './name_patterns';
119
import noun from './noun';
1210
import suffix from './suffix';
1311

1412
const company: CompanyDefinitions = {
1513
adjective,
16-
bs_noun,
17-
bs_verb,
1814
descriptor,
1915
name_patterns,
2016
noun,

src/locales/sk/company/bs_noun.ts

-110
This file was deleted.

src/locales/sk/company/bs_verb.ts

-62
This file was deleted.

src/locales/sk/company/index.ts

-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
*/
55
import type { CompanyDefinitions } from '../../..';
66
import adjective from './adjective';
7-
import bs_noun from './bs_noun';
8-
import bs_verb from './bs_verb';
97
import descriptor from './descriptor';
108
import name_patterns from './name_patterns';
119
import noun from './noun';
1210
import suffix from './suffix';
1311

1412
const company: CompanyDefinitions = {
1513
adjective,
16-
bs_noun,
17-
bs_verb,
1814
descriptor,
1915
name_patterns,
2016
noun,

0 commit comments

Comments
 (0)