Add missing translation tags

pull/2145/head
Chocobozzz 2019-09-18 15:52:33 +02:00
parent 46aaefa9b8
commit 2e0fdd27e0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
</p>
<p>
<p i18n>
Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
</p>
</div>

View File

@ -2,8 +2,8 @@
[ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}">
<button *ngIf="subscribed === false && isUserLoggedIn()" type="button"
class="btn btn-sm" role="button"
(click)="subscribe()" i18n>
<span>
(click)="subscribe()">
<span i18n>
Subscribe
</span>
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
@ -23,7 +23,7 @@
placement="bottom-right" role="group"
aria-label="Multiple ways to subscribe to the current channel">
<button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle>
<span *ngIf="!isUserLoggedIn()">
<span *ngIf="!isUserLoggedIn()" i18n>
Subscribe
</span>
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">