mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Add i18n
This commit is contained in:
		| @@ -84,7 +84,7 @@ | |||||||
|   <p> |   <p> | ||||||
|     <ng-container *ngIf="list.isReloading"> |     <ng-container *ngIf="list.isReloading"> | ||||||
|       <div class="spinner-border spinner-border-sm mr-2" role="status"></div> |       <div class="spinner-border spinner-border-sm mr-2" role="status"></div> | ||||||
|       Loading... |       <ng-container i18n>Loading...</ng-container> | ||||||
|     </ng-container> |     </ng-container> | ||||||
|     <span i18n *ngIf="list.selected.size > 0">{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}</span> |     <span i18n *ngIf="list.selected.size > 0">{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}</span> | ||||||
|     <ng-container *ngIf="!list.isReloading"> |     <ng-container *ngIf="!list.isReloading"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon