Commit e1e65b31 authored by 好多大米's avatar 好多大米 Committed by GitHub

Local: fix week translations for hr locale (#21040)

parent df6965f8
...@@ -35,13 +35,13 @@ export default { ...@@ -35,13 +35,13 @@ export default {
month12: 'Prosinac', month12: 'Prosinac',
week: 'tjedan', week: 'tjedan',
weeks: { weeks: {
sun: 'Pon', sun: 'Ned',
mon: 'Uto', mon: 'Pon',
tue: 'Sri', tue: 'Uto',
wed: 'Čet', wed: 'Sri',
thu: 'Pet', thu: 'Čet',
fri: 'Sub', fri: 'Pet',
sat: 'Ned' sat: 'Sub'
}, },
months: { months: {
jan: 'Jan', jan: 'Jan',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment