mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix: added missing i18n placeholder for file preview
This commit is contained in:
		| @@ -2233,6 +2233,13 @@ | |||||||
|           <context context-type="linenumber">145</context> |           <context context-type="linenumber">145</context> | ||||||
|         </context-group> |         </context-group> | ||||||
|       </trans-unit> |       </trans-unit> | ||||||
|  |       <trans-unit id="1295614462098694869" datatype="html"> | ||||||
|  |         <source>Preview</source> | ||||||
|  |         <context-group purpose="location"> | ||||||
|  |           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context> | ||||||
|  |           <context context-type="linenumber">151</context> | ||||||
|  |         </context-group> | ||||||
|  |       </trans-unit> | ||||||
|       <trans-unit id="8191371354890763172" datatype="html"> |       <trans-unit id="8191371354890763172" datatype="html"> | ||||||
|         <source>Enter Password</source> |         <source>Enter Password</source> | ||||||
|         <context-group purpose="location"> |         <context-group purpose="location"> | ||||||
|   | |||||||
| @@ -148,7 +148,7 @@ | |||||||
|                 </li> |                 </li> | ||||||
|  |  | ||||||
|                 <li [ngbNavItem]="4" class="d-md-none"> |                 <li [ngbNavItem]="4" class="d-md-none"> | ||||||
|                     <a ngbNavLink>Preview</a> |                     <a ngbNavLink i18n>Preview</a> | ||||||
|                     <ng-template ngbNavContent *ngIf="!pdfPreview.offsetParent"> |                     <ng-template ngbNavContent *ngIf="!pdfPreview.offsetParent"> | ||||||
|                         <div class="position-relative"> |                         <div class="position-relative"> | ||||||
|                             <ng-container *ngIf="getContentType() === 'application/pdf'"> |                             <ng-container *ngIf="getContentType() === 'application/pdf'"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nathanaël Houn
					Nathanaël Houn