Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Belarusian (be) locale #248

Merged
merged 2 commits into from
Aug 7, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correcting a syntax error
  • Loading branch information
Andre Polykanine A.K.A. Menelion Elensúlë committed Jul 22, 2015
commit ba527c496a5e84007fbf553fd0f0eda2889e6555
2 changes: 1 addition & 1 deletion arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class BelarusianLocale(SlavicBaseLocale):
}

month_names = ['', 'студзеня', 'лютага', 'сакавіка', 'красавіка', 'траўня', 'чэрвеня',
'ліпеня', 'жніўня', 'верасня', 'кастрычніка', 'лістапада', 'снежня')
'ліпеня', 'жніўня', 'верасня', 'кастрычніка', 'лістапада', 'снежня']
month_abbreviations = ['', 'студ', 'лют', 'сак', 'крас', 'трав', 'чэрв', 'ліп', 'жнів',
'вер', 'каст', 'ліст', 'снеж']

Expand Down