mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Codestyle cleanup
This commit is contained in:
		| @@ -265,11 +265,11 @@ export class SettingsService { | |||||||
|         dateInputFormat: 'yyyy-mm-dd', |         dateInputFormat: 'yyyy-mm-dd', | ||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         code: "zh-cn", |         code: 'zh-cn', | ||||||
|         name: $localize`Chinese Simplified`, |         name: $localize`Chinese Simplified`, | ||||||
|         englishName: "Chinese Simplified", |         englishName: 'Chinese Simplified', | ||||||
|         dateInputFormat: "yyyy-mm-dd" |         dateInputFormat: 'yyyy-mm-dd', | ||||||
|       } |       }, | ||||||
|     ] |     ] | ||||||
|  |  | ||||||
|     // Sort languages by localized name at runtime |     // Sort languages by localized name at runtime | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon