Skip to content

Commit

Permalink
Merge pull request arrow-py#332 from cryogenic-ric/master
Browse files Browse the repository at this point in the history
Changes in Months names in Hindi Locale
  • Loading branch information
andrewelkins committed May 12, 2016
2 parents 90007c1 + 77bf476 commit bc4e98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,8 +1226,8 @@ class HindiLocale(Locale):
'PM': 'शाम',
}

month_names = ['', 'जनवरी', 'फ़रवरी', 'मार्च', 'अप्रैल ', 'मई', 'जून', 'जुलाई',
'आगस्त', 'सितम्बर', 'अकतूबर', 'नवेम्बर', 'दिसम्बर']
month_names = ['', 'जनवरी', 'फरवरी', 'मार्च', 'अप्रैल ', 'मई', 'जून', 'जुलाई',
'अगस्त', 'सितंबर', 'अक्टूबर', 'नवंबर', 'दिसंबर']
month_abbreviations = ['', 'जन', 'फ़र', 'मार्च', 'अप्रै', 'मई', 'जून', 'जुलाई', 'आग',
'सित', 'अकत', 'नवे', 'दिस']

Expand Down

0 comments on commit bc4e98d

Please sign in to comment.