mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Add Serbian localization
This commit is contained in:
parent
5794faef6c
commit
991bc1a1ce
4 changed files with 10 additions and 0 deletions
|
|
@ -258,6 +258,12 @@ export class SettingsService {
|
|||
englishName: 'Slovenian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'sr-cs',
|
||||
name: $localize`Serbian`,
|
||||
englishName: 'Serbian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'sv-se',
|
||||
name: $localize`Swedish`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue