mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 16:13:27 +00:00
[EC-772] Add i18n key typechecking in web (#4023)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import * as fs from "fs";
|
||||
import * as path from "path";
|
||||
|
||||
import { I18nService as BaseI18nService } from "@bitwarden/common/services/i18n.service";
|
||||
import { I18nServiceImplementation } from "@bitwarden/common/services/i18n.service.implementation";
|
||||
|
||||
export class I18nService extends BaseI18nService {
|
||||
export class CliI18nServiceImplementation extends I18nServiceImplementation {
|
||||
constructor(systemLanguage: string, localesDirectory: string) {
|
||||
super(systemLanguage, localesDirectory, (formattedLocale: string) => {
|
||||
const filePath = path.join(
|
||||
Reference in New Issue
Block a user