Translation of pages

This commit is contained in:
PascalMarchesseault
2024-08-22 00:26:16 -04:00
parent 7d5b8ca559
commit 995a321570
10 changed files with 44 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ function unsubscribeFromCreator() {
@click="subscribeToCreator"
color="white"
>
S'ABONNER
{{ $t('subscribebutton.subscribe') }}
</v-btn>
</template>
@@ -44,7 +44,7 @@ function unsubscribeFromCreator() {
style="transition: background-color 0.3s ease;"
color="white"
>
SE DESABONNER
{{ $t('subscribebutton.unsubscribe') }}
</v-btn>
</template>