We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc7ca commit 6137801Copy full SHA for 6137801
src/locales/ar/index.ts
@@ -8,6 +8,7 @@ import color from './color';
8
import commerce from './commerce';
9
import date from './date';
10
import location from './location';
11
+import lorem from './lorem';
12
import metadata from './metadata';
13
import person from './person';
14
import phone_number from './phone_number';
@@ -20,6 +21,7 @@ const ar: LocaleDefinition = {
20
21
commerce,
22
date,
23
location,
24
+ lorem,
25
metadata,
26
person,
27
phone_number,
src/locales/ar/lorem/index.ts
@@ -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
+
+const lorem: LoremDefinition = {
+ words,
+};
+export default lorem;
0 commit comments