Skip to content

Commit

Permalink
Dates should be translated when switching to other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Oct 21, 2024
1 parent e6dca10 commit d9b6b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Inject, Input, LOCALE_ID } from '@angular/core';
import { Component, Input } from '@angular/core';
import { UntilDestroy } from '@ngneat/until-destroy';
import { DateRangePickerBuilderService } from '@gauzy/ui-core/core';
import { DateFormatPipe } from '../../pipes';
Expand Down

0 comments on commit d9b6b54

Please sign in to comment.