mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 13:21:42 +00:00
debug
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user