]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Codestyle cleanup
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sat, 19 Mar 2022 04:37:38 +0000 (21:37 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sat, 19 Mar 2022 04:37:38 +0000 (21:37 -0700)
src-ui/src/app/services/settings.service.ts

index eaeb8d2546cd3ba0670bb861d413da537e2c223a..5635a346d8572a427547d7f1f7a9de8cca6d525f 100644 (file)
@@ -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