MCPcopy Create free account
hub / github.com/NMWplays/Glowify / removeAllContainers

Function removeAllContainers

theme.js:3363–3368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3361 };
3362 for (const code of Object.keys(LATE_STRINGS)) {
3363 glowifyTranslations[code] = deepMerge(glowifyTranslations[code] || settingsCopy, LATE_STRINGS[code]);
3364 }
3365 var LANGUAGE_KEY = "glowify-language";
3366 var LANGUAGE_NAMES = {
3367 en: "English",
3368 de: "Deutsch",
3369 ru: "\u0420\u0443\u0441\u0441\u043A\u0438\u0439",
3370 es: "Espa\xF1ol",
3371 pt: "Portugu\xEAs",

Callers 1

stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected