1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +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

@@ -1,9 +1,9 @@
import * as fs from "fs";
import * as path from "path";
import { I18nServiceImplementation } from "@bitwarden/common/services/i18n.service.implementation";
import { I18nService as BaseI18nService } from "@bitwarden/common/services/i18n.service";
export class CliI18nServiceImplementation extends I18nServiceImplementation {
export class I18nService extends BaseI18nService {
constructor(systemLanguage: string, localesDirectory: string) {
super(systemLanguage, localesDirectory, (formattedLocale: string) => {
const filePath = path.join(