aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ar/date/weekday.ts
blob: 1c74d81396643974396a5429082255315cfe827e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  abbr: null,
  wide: [
    'الأحَد',
    'الأربعاء',
    'الإثنين',
    'الثلاثاء',
    'الجمعة',
    'الخميس',
    'السبت',
  ],
};