Skip to content

Commit

Permalink
fix(locale): fix typo in Persian date data (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzehazizzadeh committed May 9, 2024
1 parent 737de3a commit 042c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/fa/date/weekday.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
wide: ['شنبه', 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پتچشنبه', 'جمعه'],
wide: ['شنبه', 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه'],

abbr: ['ش', 'ی', 'د', 'س', 'چ', 'پ', 'ج'],
};

0 comments on commit 042c871

Please sign in to comment.