Skip to content

Commit

Permalink
Add Ukrainian months and days of week
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasRudnyk committed Apr 27, 2021
1 parent 3bca521 commit 6bca67e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions telegram_bot_calendar/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
'en': ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
'eo': ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aŭg", "sep", "okt", "nov", "dec"],
'ru': ["янв", "фев", "мар", "апр", "май", "июн", "июл", "авг", "сен", "окт", "ноя", "дек"],
'ukr': ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
}

DAYS_OF_WEEK = {
'en': ["M", "T", "W", "T", "F", "S", "S"],
'eo': ["L", "M", "M", "Ĵ", "V", "S", "D"],
'ru': ["П", "В", "С", "Ч", "П", "С", "В"],
'ukr': ["П", "В", "С", "Ч", "П", "С", "Н"],
}

0 comments on commit 6bca67e

Please sign in to comment.