Skip to content

Commit

Permalink
feat(lorem): seed AR lorem (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrowaihi committed Aug 4, 2023
1 parent 02fc7ca commit 6137801
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/ar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import color from './color';
import commerce from './commerce';
import date from './date';
import location from './location';
import lorem from './lorem';
import metadata from './metadata';
import person from './person';
import phone_number from './phone_number';
Expand All @@ -20,6 +21,7 @@ const ar: LocaleDefinition = {
commerce,
date,
location,
lorem,
metadata,
person,
phone_number,
Expand Down
12 changes: 12 additions & 0 deletions src/locales/ar/lorem/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { LoremDefinition } from '../../..';
import words from './words';

const lorem: LoremDefinition = {
words,
};

export default lorem;
Loading

0 comments on commit 6137801

Please sign in to comment.