Add translation support for website
All checks were successful
Queue Release Build / prepare (push) Successful in 1m20s
Deploy Web Apps / deploy (push) Successful in 17m37s
Queue Release Build / build-windows (push) Successful in 39m8s
Queue Release Build / build-linux (push) Successful in 1h3m53s
Queue Release Build / finalize (push) Successful in 5m43s

This commit is contained in:
2026-03-13 03:45:17 +01:00
parent 2b6e477c9a
commit 00adf39121
26 changed files with 788 additions and 286 deletions

View File

@@ -1,9 +1,11 @@
import { Component, inject } from '@angular/core';
import { TranslateModule } from '@ngx-translate/core';
import { AdService } from '../../services/ad.service';
@Component({
selector: 'app-ad-slot',
standalone: true,
imports: [TranslateModule],
templateUrl: './ad-slot.component.html'
})
export class AdSlotComponent {