fix(content-management): static pages editor reads supported locales instead of hardcoding en/ru/hy
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<label><span>{{ 'builder.orderLabel' | translate }}</span><input type="number" [ngModel]="page.order" (ngModelChange)="updatePage(page.id, { order: +$event })" /></label>
|
||||
</div>
|
||||
|
||||
@for (locale of ['en','ru','hy']; track locale) {
|
||||
@for (locale of locales(); track locale) {
|
||||
<div class="editor-grid two">
|
||||
<label>
|
||||
<span>{{ 'builder.translationTitle' | translate }} {{ locale }}</span>
|
||||
|
||||
Reference in New Issue
Block a user