mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-12-05 01:10:36 +00:00
Fix missing i18n tags
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
|
||||
<div class="content-col">
|
||||
<h4 i18>Current owner</h4>
|
||||
<h4 i18n>Current owner</h4>
|
||||
|
||||
<div class="collaborator-block">
|
||||
<my-actor-avatar [actor]="getOwnerAccount()" actorType="account" size="60"></my-actor-avatar>
|
||||
@@ -63,7 +63,7 @@
|
||||
<my-actor-avatar [actor]="collaborator.account" actorType="account" size="60"></my-actor-avatar>
|
||||
|
||||
<div>
|
||||
<div class="collaborator-display-name fw-bold" i18>{{ collaborator.account.displayName }}</div>
|
||||
<div class="collaborator-display-name fw-bold" i18n>{{ collaborator.account.displayName }}</div>
|
||||
|
||||
<div class="d-flex gap-1">
|
||||
<my-collaborator-state [type]="getCollaboratorState(collaborator)"></my-collaborator-state>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</div>
|
||||
|
||||
<div class="callout-content">
|
||||
<h4 i18>This website is a GAFAM alternative</h4>
|
||||
<h4 i18n>This website is a GAFAM alternative</h4>
|
||||
|
||||
<p i18n>
|
||||
{{ instanceName }} has been created using <a class="link-primary" target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">PeerTube</a>, a video creation platform developed by Framasoft.
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<th scope="col" class="action-head" [ngClass]="{ 'has-column-config': columnConfig(), 'has-action': actionCell }">
|
||||
<div class="d-flex align-items-center justify-content-end gap-2">
|
||||
@if (actionCell) {
|
||||
<span i18>Actions</span>
|
||||
<span i18n>Actions</span>
|
||||
}
|
||||
|
||||
@if (columnConfig()) {
|
||||
|
||||
Reference in New Issue
Block a user