Skip to content

Commit

Permalink
Added Ukrainian language (#52)
Browse files Browse the repository at this point in the history
Added Ukrainian language.
  • Loading branch information
laktiv authored May 28, 2024
1 parent 8de7478 commit a6fc233
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions relative_time_plus.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,21 @@
'error': 'Неверная дата',
}
},
{
'language': 'uk',
'phrases': {
'year': ['рік', 'років', 'р'],
'month': ['місяць', 'місяців', 'м'],
'week': ['тиждень', 'тижнів', 'тижд'],
'day': ['день', 'днів', 'дн'],
'hour': ['годину', 'годин', 'год'],
'minute': ['хвилину', 'хвилин', 'хв'],
'second': ['секунду', 'секунд', 'сек'],
'millisecond': ['мілісекунду', 'мілісекунд', 'мсек'],
'combine': 'та',
'error': 'Недійсна дата',
}
},
] -%}

{# macro to convert the abbreviated input for the not_use and always_show lists to the full time part names #}
Expand Down

0 comments on commit a6fc233

Please sign in to comment.