Skip to content

Commit

Permalink
Added Units to Nepali Years Timeframe (arrow-py#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnya committed Aug 18, 2021
1 parent df74acd commit b1fdaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -4254,7 +4254,7 @@ class NepaliLocale(Locale):
"month": "एक महिना",
"months": "{0} महिना",
"year": "एक बर्ष",
"years": "बर्ष",
"years": "{0} बर्ष",
}

meridians = {"am": "पूर्वाह्न", "pm": "अपरान्ह", "AM": "पूर्वाह्न", "PM": "अपरान्ह"}
Expand Down

0 comments on commit b1fdaf9

Please sign in to comment.