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