Translation of pages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="ml-60 text-white mr-10">
|
||||
<div>
|
||||
<p class="capitalize text-3xl font-bold ">{{ creator.name }}</p>
|
||||
<div>{{ creator.subscriberCount }} Abonnés</div>
|
||||
<div>{{ creator.subscriberCount }} {{ $t('banner.subscription') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="flex justify-between">
|
||||
<div>
|
||||
<p class="capitalize text-2xl font-bold">{{ creator.name }}</p>
|
||||
<div>{{ creator.subscriberCount }} Abonnés</div>
|
||||
<div>{{ creator.subscriberCount }} {{ $t('banner.subscription') }}</div>
|
||||
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<div class="flex flex-column text-white capitalize px-2 mt-1">
|
||||
<p class="capitalize text-2xl font-bold">{{ creator.name }}</p>
|
||||
<div>{{ creator.subscriberCount }} Abonnés</div>
|
||||
<div>{{ creator.subscriberCount }} {{ $t('banner.subscription')}}</div>
|
||||
</div>
|
||||
|
||||
<div class="flex ml-auto text-right text-white text-lg px-3 mt-2">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="ml-60 text-white mr-10">
|
||||
<div>
|
||||
<p class="capitalize text-3xl font-bold ">{{ creator.name }}</p>
|
||||
<div>{{ creator.subscriberCount }} Abonnés</div>
|
||||
<div>{{ creator.subscriberCount }} {{ $t('banner.subscription') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user