From 653fd87dbff0d5d641830b476630d2c87c71f5e0 Mon Sep 17 00:00:00 2001 From: rzkhosroshahi Date: Wed, 3 May 2023 17:27:38 +0330 Subject: [PATCH] chore: fix the order of days in en locale --- package.json | 2 +- src/utils/locales/en.ts | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6b62c31..dcff90b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/utils/locales/en.ts b/src/utils/locales/en.ts index e3f236b..d79de6b 100644 --- a/src/utils/locales/en.ts +++ b/src/utils/locales/en.ts @@ -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: [