Skip to content

Commit

Permalink
Merge branch 'next' into chore/more-states-sr
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Aug 5, 2023
2 parents 1017a40 + 6137801 commit e95916e
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 e95916e

Please sign in to comment.