diff --git a/js/src/App.vue b/js/src/App.vue index cafe7ffe..52134641 100644 --- a/js/src/App.vue +++ b/js/src/App.vue @@ -9,7 +9,7 @@ type="is-danger" :title="$t('Warning').toLocaleUpperCase()" closable - aria-close-label="Close" + :aria-close-label="$t('Close')" >
{{ $t("This is a demonstration site to test Mobilizon.") }} diff --git a/js/src/components/Comment/Comment.vue b/js/src/components/Comment/Comment.vue index 28267be3..d450f99e 100644 --- a/js/src/components/Comment/Comment.vue +++ b/js/src/components/Comment/Comment.vue @@ -299,6 +299,10 @@ export default class Comment extends Vue { onConfirm: this.reportComment, outsideDomain: this.comment.actor.domain, }, + // https://github.com/buefy/buefy/pull/3589 + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-ignore + closeButtonAriaLabel: this.$t("Close"), }); } diff --git a/js/src/components/Event/EventMetadataList.vue b/js/src/components/Event/EventMetadataList.vue index c43bd70c..a1ca6310 100644 --- a/js/src/components/Event/EventMetadataList.vue +++ b/js/src/components/Event/EventMetadataList.vue @@ -62,7 +62,11 @@
-{{ $t("Pick a profile or a group") }}
diff --git a/js/src/components/Participation/ParticipationSection.vue b/js/src/components/Participation/ParticipationSection.vue index 31eaaf7b..96badea3 100644 --- a/js/src/components/Participation/ParticipationSection.vue +++ b/js/src/components/Participation/ParticipationSection.vue @@ -65,6 +65,7 @@