feat(front-end): traslation de and fr4
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 35s
Build, Test and Deploy / build-and-push (push) Successful in 24s
Build, Test and Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-02-27 11:37:34 +01:00
parent 150faf3b5a
commit 2e701d5597
6 changed files with 49 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<p class="subtitle">{{ 'CALC.SUBTITLE' | translate }}</p>
@if (error()) {
<app-alert type="error">{{ 'CALC.ERROR_GENERIC' | translate }}</app-alert>
<app-alert type="error">{{ errorKey() | translate }}</app-alert>
}
</div>