mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Added support for Luxembourgish (lb_LU) as an interface language
This commit is contained in:
parent
33cc3ce7e0
commit
dc5586b16d
4 changed files with 7 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ import localeRu from '@angular/common/locales/ru';
|
|||
import localeEs from '@angular/common/locales/es';
|
||||
import localePl from '@angular/common/locales/pl';
|
||||
import localeSv from '@angular/common/locales/sv';
|
||||
import localeLb from '@angular/common/locales/lb';
|
||||
|
||||
|
||||
registerLocaleData(localeFr)
|
||||
|
|
@ -90,6 +91,7 @@ registerLocaleData(localeRu)
|
|||
registerLocaleData(localeEs)
|
||||
registerLocaleData(localePl)
|
||||
registerLocaleData(localeSv)
|
||||
registerLocaleData(localeLb)
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue