Skip to content

Commit

Permalink
Merge pull request #101 from rzkhosroshahi/fix-wrong-day-order-en-locale
Browse files Browse the repository at this point in the history
chore: fix the order of days in en locale
  • Loading branch information
rzkhosroshahi authored May 3, 2023
2 parents ef0f947 + 653fd87 commit 11f57c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zaman",
"version": "2.0.5",
"version": "2.0.6-beta-01",
"description": "React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.",
"main": "dist/index.js",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions src/utils/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ export const en: LocalesTypes = {
},
{
key: 1,
name: 'S'
},
{
key: 2,
name: 'M'
},
{
key: 3,
key: 2,
name: 'T'
}, {
key: 4,
key: 3,
name: 'W'
},
{
key: 5,
key: 4,
name: 'T'
},
{
key: 6,
key: 5,
name: 'F'
},
{
key: 6,
name: 'S'
}
],
months: [
Expand Down

0 comments on commit 11f57c6

Please sign in to comment.