mirror of https://github.com/Chocobozzz/PeerTube
Add missing translation tags
parent
46aaefa9b8
commit
2e0fdd27e0
|
@ -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.
|
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>
|
<p i18n>
|
||||||
Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
|
Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
[ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}">
|
[ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}">
|
||||||
<button *ngIf="subscribed === false && isUserLoggedIn()" type="button"
|
<button *ngIf="subscribed === false && isUserLoggedIn()" type="button"
|
||||||
class="btn btn-sm" role="button"
|
class="btn btn-sm" role="button"
|
||||||
(click)="subscribe()" i18n>
|
(click)="subscribe()">
|
||||||
<span>
|
<span i18n>
|
||||||
Subscribe
|
Subscribe
|
||||||
</span>
|
</span>
|
||||||
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
|
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
placement="bottom-right" role="group"
|
placement="bottom-right" role="group"
|
||||||
aria-label="Multiple ways to subscribe to the current channel">
|
aria-label="Multiple ways to subscribe to the current channel">
|
||||||
<button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle>
|
<button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle>
|
||||||
<span *ngIf="!isUserLoggedIn()">
|
<span *ngIf="!isUserLoggedIn()" i18n>
|
||||||
Subscribe
|
Subscribe
|
||||||
</span>
|
</span>
|
||||||
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
|
<span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
|
||||||
|
|
Loading…
Reference in New Issue