added language routing system

This commit is contained in:
sdarbinyan
2026-02-26 22:23:08 +04:00
parent a4765ffe98
commit e4206d8abc
34 changed files with 197 additions and 98 deletions

View File

@@ -11,7 +11,7 @@
@if (error()) {
<div class="novo-error">
<p>{{ error() }}</p>
<a routerLink="/" class="novo-back-link">Вернуться</a>
<a [routerLink]="'/' | langRoute" class="novo-back-link">Вернуться</a>
</div>
}
@@ -204,7 +204,7 @@
@if (error()) {
<div class="dx-error">
<p>{{ error() }}</p>
<a routerLink="/" class="dx-back-link">Вернуться на главную</a>
<a [routerLink]="'/' | langRoute" class="dx-back-link">Вернуться на главную</a>
</div>
}