mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add Chinese localization
Addresses https://github.com/paperless-ngx/paperless-ngx/issues/134#issuecomment-1062950795
This commit is contained in:
parent
4184988c0c
commit
37c6201a5a
4 changed files with 11 additions and 2 deletions
|
|
@ -264,6 +264,12 @@ export class SettingsService {
|
|||
englishName: 'Swedish',
|
||||
dateInputFormat: 'yyyy-mm-dd',
|
||||
},
|
||||
{
|
||||
code: "zh-cn",
|
||||
name: $localize`Chinese Simplified`,
|
||||
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