diff --git a/Resources/Private/Templates/Frontend/Calendar/Month.html b/Resources/Private/Templates/Frontend/Calendar/Month.html index 9016deb..f9f67f1 100644 --- a/Resources/Private/Templates/Frontend/Calendar/Month.html +++ b/Resources/Private/Templates/Frontend/Calendar/Month.html @@ -3,23 +3,23 @@

{month.dateTimeInstance -> f:format.date(format: '%B %Y')}

- - Prev Month + + {f:translate(key: 'browse.month.previous', extensionName: 'calendar')} - - Next Month + + {f:translate(key: 'browse.month.next', extensionName: 'calendar')} - +
- - - - - - - - + + + + + + + + diff --git a/Resources/Private/Templates/Frontend/Calendar/Week.html b/Resources/Private/Templates/Frontend/Calendar/Week.html index e3357e0..368dee9 100644 --- a/Resources/Private/Templates/Frontend/Calendar/Week.html +++ b/Resources/Private/Templates/Frontend/Calendar/Week.html @@ -3,22 +3,22 @@

{week.dateTimeInstance -> f:format.date(format: '%V %Y')}

- - Prev Week + + {f:translate(key: 'browse.week.previous', extensionName: 'calendar')} - - Next Week + + {f:translate(key: 'browse.month.next', extensionName: 'calendar')} -
KWMoDiMiDoFrSaSo{f:translate(key: 'calendar_week.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.monday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.tuesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.wednesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.thursday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.friday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.saturday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.sunday.shorthand', extensionName: 'calendar')}
+
- - - - - - - + + + + + + +
MoDiMiDoFrSaSo{f:translate(key: 'weekday.monday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.tuesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.wednesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.thursday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.friday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.saturday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.sunday.shorthand', extensionName: 'calendar')}