Guard translation methods with typescript to protect against invalid usage (#26021)

This commit is contained in:
Michael Telatynski
2023-08-22 16:32:03 +01:00
committed by GitHub
parent 86c563cd29
commit 469d11ffcb
10 changed files with 84 additions and 20 deletions

View File

@@ -184,4 +184,4 @@ export async function loadModules(): Promise<void> {
}
}
export const _t = languageHandler._t;
export { _t } from "../languageHandler";