translated lega

This commit is contained in:
sdarbinyan
2026-02-28 15:43:22 +04:00
parent caf14eeae1
commit 0cb32a22d9
160 changed files with 9551 additions and 4672 deletions

View File

@@ -0,0 +1,9 @@
import { Component, ChangeDetectionStrategy } from '@angular/core';
@Component({
selector: 'app-about-ru',
templateUrl: './about-ru.component.html',
styleUrls: ['../about.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class AboutRuComponent {}