Skip to content

Commit

Permalink
Add missing DE locale for Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Aug 16, 2024
1 parent 3fafc81 commit 65672c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-ui/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ import localeES from '@angular/common/locales/es';
import localeID from '@angular/common/locales/id';
import localeRU from '@angular/common/locales/ru';
import localeUK from '@angular/common/locales/uk';
import localeDE from '@angular/common/locales/de';
import { ResolutionAutomationsViewComponent } from './views/dashboard-view/views/resolution-automations-view/resolution-automations-view.component';
import { RenderResolutionAutomationService } from './services/render-resolution-automation.service';
import { ChaperoneFadeDistanceAutomationService } from './services/fade-distance-automation.service';
Expand Down Expand Up @@ -243,6 +244,7 @@ import { AvatarContextService } from './services/avatar-context.service';
localeID,
localeRU,
localeUK,
localeDE,
].forEach((locale) => registerLocaleData(locale));

export function createTranslateLoader(http: HttpClient) {
Expand Down

0 comments on commit 65672c2

Please sign in to comment.