Skip to content

Commit

Permalink
Revert "feat: add more arabic names dataset (#362)"
Browse files Browse the repository at this point in the history
This reverts commit 86f1208.
  • Loading branch information
JessicaSachs authored Jan 30, 2022
1 parent 86f1208 commit d9a5c3f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 354 deletions.
13 changes: 0 additions & 13 deletions src/locales/ar/name/female_first_name.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/locales/ar/name/index.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
import first_name from './first_name';
import last_name from './last_name';
import male_first_name from './male_first_name';
import female_first_name from './female_first_name';
import name_ from './name';
import prefix from './prefix';
import suffix from './suffix';
import title from './title';

const name: any = {
male_first_name,
female_first_name,
first_name,
last_name,
name: name_,
prefix,
suffix,
title,
};

Expand Down
329 changes: 0 additions & 329 deletions src/locales/ar/name/male_first_name.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/locales/ar/name/suffix.ts

This file was deleted.

0 comments on commit d9a5c3f

Please sign in to comment.