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