mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Codestyle cleanup
This commit is contained in:
parent
d4f468208e
commit
ff4538612e
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue