Skip to content

Commit 6e6fa4c

Browse files
authored
feat(locale): add lorem for uz_UZ_latin (#2824)
1 parent 043f68b commit 6e6fa4c

File tree

3 files changed

+1015
-0
lines changed

3 files changed

+1015
-0
lines changed

src/locales/uz_UZ_latin/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import color from './color';
77
import commerce from './commerce';
88
import date from './date';
99
import location from './location';
10+
import lorem from './lorem';
1011
import metadata from './metadata';
1112
import person from './person';
1213

@@ -15,6 +16,7 @@ const uz_UZ_latin: LocaleDefinition = {
1516
commerce,
1617
date,
1718
location,
19+
lorem,
1820
metadata,
1921
person,
2022
};
+12
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)