i18n for some components.

This commit is contained in:
Florian THIERRY
2024-09-21 21:17:31 +02:00
parent f12dfc7029
commit 208b935ffa
9 changed files with 38 additions and 62 deletions

View File

@@ -1,10 +1,10 @@
<h1>{{title}}</h1>
<h2>{{description}}</h2>
<footer>
<button type="button" class="secondary" (click)="closeDialog()">
<button type="button" class="secondary" (click)="closeDialog()" i18n>
No
</button>
<button type="button" (click)="closeAndValidate()">
<button type="button" (click)="closeAndValidate()" i18n>
Yes
</button>
</footer>