mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Adds Ukranian translation
This commit is contained in:
parent
2a2bf3bf55
commit
b09566a9a9
6 changed files with 24 additions and 5 deletions
|
|
@ -302,6 +302,12 @@ export class SettingsService {
|
|||
englishName: 'Turkish',
|
||||
dateInputFormat: 'yyyy-mm-dd',
|
||||
},
|
||||
{
|
||||
code: 'uk-ua',
|
||||
name: $localize`Ukranian`,
|
||||
englishName: 'Ukranian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'zh-cn',
|
||||
name: $localize`Chinese Simplified`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue