Feature/improve language localization for de 20240620 (#3504)

* Update translations

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-20 20:45:56 +02:00
committed by GitHub
parent 09613f9324
commit 0780ee4adb
12 changed files with 699 additions and 580 deletions

View File

@@ -78,7 +78,7 @@
@if (dataSource.data.length > pageSize && !isLoading) {
<div class="my-3 text-center">
<button mat-stroked-button (click)="onShowAllHoldings()">
<ng-container i18n>Show all</ng-container>
<ng-container i18n>Show more</ng-container>
</button>
</div>
}