mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Add Belarusian localization
This commit is contained in:
parent
8b26ddcd2c
commit
b7949d2e69
4 changed files with 10 additions and 0 deletions
|
|
@ -168,6 +168,12 @@ export class SettingsService {
|
|||
englishName: 'English (US)',
|
||||
dateInputFormat: 'mm/dd/yyyy',
|
||||
},
|
||||
{
|
||||
code: 'be-by',
|
||||
name: $localize`Belarusian`,
|
||||
englishName: 'Belarusian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'cs-cz',
|
||||
name: $localize`Czech`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue