diff options
| author | DivisionByZero <[email protected]> | 2023-08-06 23:58:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-06 23:58:09 +0200 |
| commit | 3cecae9cd6787899a61bc91812e94478acb3adb9 (patch) | |
| tree | d3565e2a6ee40ec812f299d97e8932cf817c5a0d /src/locales/ar | |
| parent | 527d357addb4aab9153d56ba38bb8bccc60ee2e9 (diff) | |
| download | faker-3cecae9cd6787899a61bc91812e94478acb3adb9.tar.xz faker-3cecae9cd6787899a61bc91812e94478acb3adb9.zip | |
fix(locale): invalid date definitions (#2293)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/locales/ar')
| -rw-r--r-- | src/locales/ar/date/weekday.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/locales/ar/date/weekday.ts b/src/locales/ar/date/weekday.ts index 7493eff7..7034cd26 100644 --- a/src/locales/ar/date/weekday.ts +++ b/src/locales/ar/date/weekday.ts @@ -1,6 +1,5 @@ -import type { DateEntryDefinition } from '../../../definitions'; - export default { + abbr: null, wide: [ 'الأحَد', 'الإثنين', @@ -10,4 +9,4 @@ export default { 'الجمعة', 'السبت', ], -} as DateEntryDefinition; +}; |
