mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Local: fix week translations for hr locale (#21040)
This commit is contained in:
@@ -35,13 +35,13 @@ export default {
|
||||
month12: 'Prosinac',
|
||||
week: 'tjedan',
|
||||
weeks: {
|
||||
sun: 'Pon',
|
||||
mon: 'Uto',
|
||||
tue: 'Sri',
|
||||
wed: 'Čet',
|
||||
thu: 'Pet',
|
||||
fri: 'Sub',
|
||||
sat: 'Ned'
|
||||
sun: 'Ned',
|
||||
mon: 'Pon',
|
||||
tue: 'Uto',
|
||||
wed: 'Sri',
|
||||
thu: 'Čet',
|
||||
fri: 'Pet',
|
||||
sat: 'Sub'
|
||||
},
|
||||
months: {
|
||||
jan: 'Jan',
|
||||
|
||||
Reference in New Issue
Block a user