mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 15:24:55 +02:00
Update:Heatmap day of week translations
This commit is contained in:
@ -68,7 +68,7 @@ export default {
|
||||
dayLabels() {
|
||||
return [
|
||||
{
|
||||
label: 'Mon',
|
||||
label: this.$strings.WeekdayMon,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13}px)`,
|
||||
lineHeight: '10px',
|
||||
@ -76,7 +76,7 @@ export default {
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Wed',
|
||||
label: this.$strings.WeekdayWed,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13 * 3}px)`,
|
||||
lineHeight: '10px',
|
||||
@ -84,7 +84,7 @@ export default {
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Fri',
|
||||
label: this.$strings.WeekdayFri,
|
||||
style: {
|
||||
transform: `translate(${-25}px, ${13 * 5}px)`,
|
||||
lineHeight: '10px',
|
||||
|
Reference in New Issue
Block a user