mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Add Finnish translation
This commit is contained in:
parent
dccdebd2c0
commit
b4b49ee096
5 changed files with 45 additions and 28 deletions
|
|
@ -208,6 +208,12 @@ export class SettingsService {
|
|||
englishName: 'Spanish',
|
||||
dateInputFormat: 'dd/mm/yyyy',
|
||||
},
|
||||
{
|
||||
code: 'fi-fi',
|
||||
name: $localize`Finnish`,
|
||||
englishName: 'Finnish',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'fr-fr',
|
||||
name: $localize`French`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue