mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
implements #807
This commit is contained in:
parent
6bcb12ddc9
commit
f62e64357b
6 changed files with 71 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ import localeEnGb from '@angular/common/locales/en-GB';
|
|||
import localeRo from '@angular/common/locales/ro';
|
||||
import localeRu from '@angular/common/locales/ru';
|
||||
import localeEs from '@angular/common/locales/es';
|
||||
import { DocumentASNComponentComponent } from './components/document-asncomponent/document-asncomponent.component';
|
||||
|
||||
|
||||
registerLocaleData(localeFr)
|
||||
|
|
@ -138,7 +139,8 @@ registerLocaleData(localeEs)
|
|||
SafePipe,
|
||||
CustomDatePipe,
|
||||
DateComponent,
|
||||
ColorComponent
|
||||
ColorComponent,
|
||||
DocumentASNComponentComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue