Skip to content

feat(revert): add more arabic names dataset #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.