1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

Revert "[EC-772] Add i18n key typechecking in web (#4023)" (#4296)

This reverts commit 5a1940f3f4.
This commit is contained in:
Robyn MacCallum
2022-12-21 17:46:23 -05:00
committed by GitHub
parent eeb407b8a4
commit 3a98b415b0
50 changed files with 109 additions and 176 deletions

View File

@@ -27,7 +27,6 @@ import {
// Register the locales for the application
import "./locales";
import { WebI18nPipe } from "../core/web-i18n.pipe";
/**
* This NgModule should contain the most basic shared directives, pipes, and components. They
@@ -67,7 +66,6 @@ import { WebI18nPipe } from "../core/web-i18n.pipe";
// Web specific
],
declarations: [WebI18nPipe],
exports: [
CommonModule,
DragDropModule,
@@ -97,7 +95,6 @@ import { WebI18nPipe } from "../core/web-i18n.pipe";
ColorPasswordModule,
// Web specific
WebI18nPipe,
],
providers: [DatePipe],
bootstrap: [],