Fix missing i18n tags

This commit is contained in:
Chocobozzz
2025-12-04 09:44:28 +01:00
parent ca2a69a0d3
commit 28855be969
3 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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.

View File

@@ -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()) {