mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-16 13:25:06 +01:00
debug
This commit is contained in:
parent
c43132d5c0
commit
10b93b6cf3
@ -28,6 +28,11 @@ const loadTranslationFile = async (className: string): Promise<void> => {
|
||||
} catch (e) {
|
||||
translations = await import(/* webpackChunkName: "Localization-en-[request]" */ `../Localization/en/${fileName}`);
|
||||
}
|
||||
|
||||
if (className == "MaterializedViewsBuilder") {
|
||||
className = "p";
|
||||
}
|
||||
|
||||
i18n.addResourceBundle(language, className, translations.default, true);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user