Skip to content

Commit

Permalink
Merge pull request #43656 from nextcloud/enh/settings-calendar/access…
Browse files Browse the repository at this point in the history
…ibility#4/add-aria-label-to-correct-spot

feat: added l10n translation prop to calendar component
  • Loading branch information
Pytal authored Feb 21, 2024
2 parents 7f33466 + 0e6781e commit ffdf49a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/dav/src/components/AvailabilityForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:l10n-delete-slot="$t('dav', 'Delete slot')"
:l10n-empty-day="$t('dav', 'No working hours set')"
:l10n-add-slot="$t('dav', 'Add slot')"
:l10n-week-day-list-label="$t('dav', 'Weekdays')"
:l10n-monday="$t('dav', 'Monday')"
:l10n-tuesday="$t('dav', 'Tuesday')"
:l10n-wednesday="$t('dav', 'Wednesday')"
Expand Down
4 changes: 2 additions & 2 deletions dist/dav-settings-personal-availability.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dav-settings-personal-availability.js.map

Large diffs are not rendered by default.

0 comments on commit ffdf49a

Please sign in to comment.