mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-17 05:43:41 +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) {
|
} catch (e) {
|
||||||
translations = await import(/* webpackChunkName: "Localization-en-[request]" */ `../Localization/en/${fileName}`);
|
translations = await import(/* webpackChunkName: "Localization-en-[request]" */ `../Localization/en/${fileName}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (className == "MaterializedViewsBuilder") {
|
||||||
|
className = "p";
|
||||||
|
}
|
||||||
|
|
||||||
i18n.addResourceBundle(language, className, translations.default, true);
|
i18n.addResourceBundle(language, className, translations.default, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user