mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Codestyle cleanup
This commit is contained in:
parent
d4f468208e
commit
ff4538612e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user