Skip to content

Commit

Permalink
fix(locale): invalid date definitions (#2293)
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <[email protected]>
  • Loading branch information
xDivisionByZerox and ST-DDT authored Aug 6, 2023
1 parent 527d357 commit 3cecae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/locales/ar/date/weekday.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { DateEntryDefinition } from '../../../definitions';

export default {
abbr: null,
wide: [
'الأحَد',
'الإثنين',
Expand All @@ -10,4 +9,4 @@ export default {
'الجمعة',
'السبت',
],
} as DateEntryDefinition;
};
5 changes: 2 additions & 3 deletions src/locales/ur/date/month.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { DateEntryDefinition } from '../../../definitions';

export default {
abbr: null,
wide: [
'جنوری',
'فروری',
Expand All @@ -15,4 +14,4 @@ export default {
'نومبر',
'دسمبر',
],
} as DateEntryDefinition;
};
5 changes: 2 additions & 3 deletions src/locales/ur/date/weekday.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { DateEntryDefinition } from '../../../definitions';

export default {
abbr: null,
wide: ['اتور', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'],
} as DateEntryDefinition;
};

0 comments on commit 3cecae9

Please sign in to comment.