Skip to content

Commit 6137801

Browse files
authored
feat(lorem): seed AR lorem (#2147)
1 parent 02fc7ca commit 6137801

File tree

3 files changed

+907
-0
lines changed

3 files changed

+907
-0
lines changed

src/locales/ar/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import color from './color';
88
import commerce from './commerce';
99
import date from './date';
1010
import location from './location';
11+
import lorem from './lorem';
1112
import metadata from './metadata';
1213
import person from './person';
1314
import phone_number from './phone_number';
@@ -20,6 +21,7 @@ const ar: LocaleDefinition = {
2021
commerce,
2122
date,
2223
location,
24+
lorem,
2325
metadata,
2426
person,
2527
phone_number,

src/locales/ar/lorem/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* This file is automatically generated.
3+
* Run 'pnpm run generate:locales' to update.
4+
*/
5+
import type { LoremDefinition } from '../../..';
6+
import words from './words';
7+
8+
const lorem: LoremDefinition = {
9+
words,
10+
};
11+
12+
export default lorem;

0 commit comments

Comments
 (0)