mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
added en-GB language
This commit is contained in:
parent
2c4e34dd0c
commit
1e4ec7e29e
8 changed files with 107 additions and 90 deletions
|
|
@ -80,6 +80,7 @@ export class SettingsService {
|
|||
getLanguageOptions(): LanguageOption[] {
|
||||
return [
|
||||
{code: "en-US", name: $localize`English (US)`, englishName: "English (US)"},
|
||||
{code: "en-GB", name: $localize`English (GB)`, englishName: "English (GB)"},
|
||||
{code: "de", name: $localize`German`, englishName: "German"},
|
||||
{code: "nl", name: $localize`Dutch`, englishName: "Dutch"},
|
||||
{code: "fr", name: $localize`French`, englishName: "French"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue