Browse Source

turkish comment removed

pull/24731/head
erdemcaygor 1 week ago
parent
commit
6a364d9490
  1. 3
      npm/ng-packs/apps/dev-app/src/app/localization-test/localization-test.component.ts

3
npm/ng-packs/apps/dev-app/src/app/localization-test/localization-test.component.ts

@ -11,7 +11,7 @@ import { AsyncPipe } from '@angular/common';
template: `
<div class="container mt-5">
<h2>Hybrid Localization Test</h2>
<abp-card cardClass="mt-4">
<abp-card-body>
<h5>Backend Localization (if available)</h5>
@ -53,7 +53,6 @@ export class LocalizationTestComponent implements OnInit {
currentLanguage$ = this.sessionState.getLanguage$();
ngOnInit() {
// Yüklenen UI localization'ları göster
this.loadedLocalizations = this.uiLocalizationService.getLoadedLocalizations();
}
}

Loading…
Cancel
Save