We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043f68b commit 6e6fa4cCopy full SHA for 6e6fa4c
src/locales/uz_UZ_latin/index.ts
@@ -7,6 +7,7 @@ import color from './color';
7
import commerce from './commerce';
8
import date from './date';
9
import location from './location';
10
+import lorem from './lorem';
11
import metadata from './metadata';
12
import person from './person';
13
@@ -15,6 +16,7 @@ const uz_UZ_latin: LocaleDefinition = {
15
16
commerce,
17
date,
18
location,
19
+ lorem,
20
metadata,
21
person,
22
};
src/locales/uz_UZ_latin/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';
+
+const lorem: LoremDefinition = {
+ words,
+};
+export default lorem;
0 commit comments