Skip to content

Commit

Permalink
feat(locale): add lorem for uz_UZ_latin (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirazyzz committed May 8, 2024
1 parent 043f68b commit 6e6fa4c
Show file tree
Hide file tree
Showing 3 changed files with 1,015 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/uz_UZ_latin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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';

Expand All @@ -15,6 +16,7 @@ const uz_UZ_latin: LocaleDefinition = {
commerce,
date,
location,
lorem,
metadata,
person,
};
Expand Down
12 changes: 12 additions & 0 deletions src/locales/uz_UZ_latin/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 6e6fa4c

Please sign in to comment.