lib/parsi-date.rb in parsi-date-0.2.1 vs lib/parsi-date.rb in parsi-date-0.2.2

- old
+ new

@@ -97,10 +97,10 @@ EN_MONTHNAMES = [nil] + %w(farvardin ordibehesht khordad tir mordad sharivar mehr aban azar day bahman esfand) # Full names of days of the week, in Farsi. Days of the week # count from 0 to 6; a day's numerical representation indexed into this array gives # the name of that day. - DAYNAMES = %w(یک‌شنده دوشنده سه‌شنده چهارشنده چنج‌شنده جمعه شنده) + DAYNAMES = %w(یک‌شنبه دوشنبه سه‌شنبه چهارشنبه چنج‌شنبه جمعه شنبه) # Full names of days of the week, in English. Days of the week # count from 0 to 6; a day's numerical representation indexed into this array gives # the name of that day. EN_DAYNAMES = %w(yekshambe doshambe seshambe chaharshambe panjshanbe jomee shanbe)