mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Adds Hungarian translation (#4552)
This commit is contained in:
parent
c19df84bef
commit
8e3fbdddc7
7 changed files with 59 additions and 36 deletions
|
|
@ -234,6 +234,12 @@ export class SettingsService {
|
|||
englishName: 'French',
|
||||
dateInputFormat: 'dd/mm/yyyy',
|
||||
},
|
||||
{
|
||||
code: 'hu-hu',
|
||||
name: $localize`Hungarian`,
|
||||
englishName: 'Hungarian',
|
||||
dateInputFormat: 'yyyy.mm.dd',
|
||||
},
|
||||
{
|
||||
code: 'it-it',
|
||||
name: $localize`Italian`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue