-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into fix/moduleResolution/Node
- Loading branch information
Showing
11 changed files
with
145 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Remove deprecated commerce method | ||
|
||
Removed deprecated commerce method | ||
|
||
| old | replacement | | ||
| --------------------------------------------- | ------------------------------------------------- | | ||
| `faker.commerce.price(min, max, dec, symbol)` | `faker.commerce.price({ min, max, dec, symbol })` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export default [ | ||
'binofsha', | ||
'fayruz rang', | ||
"ko'k", | ||
"ko'k-binofsha rang", | ||
'krem rang', | ||
'kulrang', | ||
'kumush rang', | ||
'limon rang', | ||
'moviy', | ||
'oq', | ||
'osmon rang', | ||
'olov rang', | ||
'oltin rang', | ||
'pushti', | ||
'qizil', | ||
'qizil-kulrang', | ||
'qizil-siyoh binofsha', | ||
"qizg'ish to'q sariq", | ||
'qora', | ||
'sariq', | ||
'sariq-kulrang', | ||
'siyoh binofsha', | ||
"to'q sariq", | ||
'yashil', | ||
'zaytun rang', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { ColorDefinition } from '../../..'; | ||
import human from './human'; | ||
|
||
const color: ColorDefinition = { | ||
human, | ||
}; | ||
|
||
export default color; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { DateDefinition } from '../../..'; | ||
import month from './month'; | ||
import weekday from './weekday'; | ||
|
||
const date: DateDefinition = { | ||
month, | ||
weekday, | ||
}; | ||
|
||
export default date; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
export default { | ||
wide: [ | ||
'Yanvar', | ||
'Fevral', | ||
'Mart', | ||
'Aprel', | ||
'May', | ||
'Iyun', | ||
'Iyul', | ||
'Avgust', | ||
'Sentyabr', | ||
'Oktyabr', | ||
'Noyabr', | ||
'Dekabr', | ||
], | ||
abbr: [ | ||
'Yan.', | ||
'Fev.', | ||
'Mar', | ||
'Apr.', | ||
'May', | ||
'Iyn', | ||
'Iyl', | ||
'Avg.', | ||
'Sen.', | ||
'Okt.', | ||
'Noy.', | ||
'Dek.', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
wide: [ | ||
'Yakshanba', | ||
'Dushanba', | ||
'Seshanba', | ||
'Chorshanba', | ||
'Payshanba', | ||
'Juma', | ||
'Shanba', | ||
], | ||
abbr: ['Ya', 'Du', 'Se', 'Ch', 'Pa', 'Ju', 'Sh'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.