Skip to content

Commit

Permalink
test: running all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad Fouladi committed Apr 17, 2024
1 parent 4a50a98 commit ab1ff62
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arrow/locales.py
Expand Up @@ -3378,7 +3378,16 @@ class FarsiLocale(Locale):
"شنبه",
"یکشنبه",
]
day_abbreviations = ["", "دو شنبه", "سه شنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه", "یکشنبه"]
day_abbreviations = [
"",
"دو شنبه",
"سه شنبه",
"چهارشنبه",
"پنجشنبه",
"جمعه",
"شنبه",
"یکشنبه",
]


class HebrewLocale(Locale):
Expand Down

0 comments on commit ab1ff62

Please sign in to comment.