Skip to content

Commit 3abaee5

Browse files
committed
remove non-exact dupes: old versions of buzz_noun in fr and pl
1 parent 1354d4a commit 3abaee5

File tree

4 files changed

+0
-96
lines changed

4 files changed

+0
-96
lines changed

src/locales/fr/company/buzz_noun.ts

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

src/locales/fr/company/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { CompanyDefinitions } from '../../..';
6-
import buzz_noun from './buzz_noun';
76
import name_patterns from './name_patterns';
87
import suffix from './suffix';
98

109
const company: CompanyDefinitions = {
11-
buzz_noun,
1210
name_patterns,
1311
suffix,
1412
};

src/locales/pl/company/buzz_noun.ts

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

src/locales/pl/company/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { CompanyDefinitions } from '../../..';
6-
import buzz_noun from './buzz_noun';
76
import name_patterns from './name_patterns';
87
import suffix from './suffix';
98

109
const company: CompanyDefinitions = {
11-
buzz_noun,
1210
name_patterns,
1311
suffix,
1412
};

0 commit comments

Comments
 (0)