Skip to content

Commit 4f14121

Browse files
authored
fix: remove outdated dateFormat/ dateTimeFormat from locale files (#917) (#920)
* fix: remove outdated `dateFormat` from locale files * fix: remove outdated `dateTimeFormat` from locale files * chore: fix lint (cherry picked from commit ca0d9c7) # Conflicts: # src/PickerInput/Selector/hooks/useInputProps.ts
1 parent 6fcb0bd commit 4f14121

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+0
-237
lines changed

src/locale/am_ET.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ const locale: Locale = {
1717
yearSelect: 'አመት ምረጥ',
1818
decadeSelect: 'አስርት አመታት ምረጥ',
1919
yearFormat: 'YYYY',
20-
dateFormat: 'D/M/YYYY',
2120
dayFormat: 'D',
22-
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
2321
monthBeforeYear: true,
2422
previousMonth: 'ያለፈው ወር (PageUp)',
2523
nextMonth: 'ቀጣይ ወር (PageDown)',

src/locale/ar_EG.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const locale: Locale = {
1717
monthSelect: 'اختيار الشهر',
1818
yearSelect: 'اختيار السنة',
1919
decadeSelect: 'اختيار العقد',
20-
dateFormat: 'M/D/YYYY',
21-
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
2220
previousMonth: 'الشهر السابق (PageUp)',
2321
nextMonth: 'الشهر التالى(PageDown)',
2422
previousYear: 'العام السابق (Control + left)',

src/locale/az_AZ.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const locale: Locale = {
1818
monthSelect: 'Ay seç',
1919
yearSelect: 'il seç',
2020
decadeSelect: 'Onillik seçin',
21-
dateFormat: 'D.M.YYYY',
22-
dateTimeFormat: 'D.M.YYYY HH:mm:ss',
2321
previousMonth: 'Əvvəlki ay (PageUp)',
2422
nextMonth: 'Növbəti ay (PageDown)',
2523
previousYear: 'Sonuncu il (Control + left)',

src/locale/bg_BG.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const locale: Locale = {
1717
monthSelect: 'Избор на месец',
1818
yearSelect: 'Избор на година',
1919
decadeSelect: 'Десетилетие',
20-
dateFormat: 'D M YYYY',
21-
dateTimeFormat: 'D M YYYY HH:mm:ss',
2220
previousMonth: 'Предишен месец (PageUp)',
2321
nextMonth: 'Следващ месец (PageDown)',
2422
previousYear: 'Последна година (Control + left)',

src/locale/bn_BD.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const locale: Locale = {
1818
monthSelect: 'মাস পছন্দ করুন',
1919
yearSelect: 'বছর পছন্দ করুন',
2020
decadeSelect: 'একটি দশক পছন্দ করুন',
21-
dateFormat: 'M/D/YYYY',
22-
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
2321
previousMonth: 'গত মাস (PageUp)',
2422
nextMonth: 'আগামী মাস (PageDown)',
2523
previousYear: 'গত বছর (Control + left)',

src/locale/by_BY.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ const locale: Locale = {
1919
yearSelect: 'Выбраць год',
2020
decadeSelect: 'Выбраць дзесяцігоддзе',
2121

22-
dateFormat: 'D-M-YYYY',
23-
24-
dateTimeFormat: 'D-M-YYYY HH:mm:ss',
25-
2622
previousMonth: 'Папярэдні месяц (PageUp)',
2723
nextMonth: 'Наступны месяц (PageDown)',
2824
previousYear: 'Папярэдні год (Control + left)',

src/locale/ca_ES.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const locale: Locale = {
1717
monthSelect: 'Escollir un mes',
1818
yearSelect: 'Escollir un any',
1919
decadeSelect: 'Escollir una dècada',
20-
dateFormat: 'D/M/YYYY',
21-
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
2220
previousMonth: 'Mes anterior (PageUp)',
2321
nextMonth: 'Mes següent (PageDown)',
2422
previousYear: 'Any anterior (Control + left)',

src/locale/cs_CZ.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ const locale: Locale = {
1818
yearSelect: 'Vyberte rok',
1919
decadeSelect: 'Vyberte dekádu',
2020

21-
dateFormat: 'D.M.YYYY',
22-
23-
dateTimeFormat: 'D.M.YYYY HH:mm:ss',
24-
2521
previousMonth: 'Předchozí měsíc (PageUp)',
2622
nextMonth: 'Následující (PageDown)',
2723
previousYear: 'Předchozí rok (Control + left)',

src/locale/da_DK.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ const locale: Locale = {
1818
yearSelect: 'Vælg år',
1919
decadeSelect: 'Vælg årti',
2020

21-
dateFormat: 'D/M/YYYY',
22-
23-
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
24-
2521
previousMonth: 'Forrige måned (Page Up)',
2622
nextMonth: 'Næste måned (Page Down)',
2723
previousYear: 'Forrige år (Ctrl-venstre pil)',

src/locale/de_DE.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ const locale: Locale = {
1818
yearSelect: 'Wähle ein Jahr',
1919
decadeSelect: 'Wähle ein Jahrzehnt',
2020

21-
dateFormat: 'D.M.YYYY',
22-
23-
dateTimeFormat: 'D.M.YYYY HH:mm:ss',
24-
2521
previousMonth: 'Vorheriger Monat (PageUp)',
2622
nextMonth: 'Nächster Monat (PageDown)',
2723
previousYear: 'Vorheriges Jahr (Ctrl + left)',

0 commit comments

Comments
 (0)