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

Function applyToContainer

theme.js:3369–3380  ·  view source on GitHub ↗
(container, translated, detected, roman)

Source from the content-addressed store, hash-verified

3367 en: "English",
3368 de: "Deutsch",
3369 ru: "\u0420\u0443\u0441\u0441\u043A\u0438\u0439",
3370 es: "Espa\xF1ol",
3371 pt: "Portugu\xEAs",
3372 tr: "T\xFCrk\xE7e",
3373 hi: "\u0939\u093F\u0928\u094D\u0926\u0940",
3374 sv: "Svenska",
3375 ja: "\u65E5\u672C\u8A9E",
3376 zh: "\u4E2D\u6587",
3377 ko: "\uD55C\uAD6D\uC5B4"
3378 };
3379 function getAvailableLanguages() {
3380 return Object.keys(glowifyTranslations).map((code) => ({
3381 value: code,
3382 label: LANGUAGE_NAMES[code] || code
3383 }));

Callers 1

processLyricsFunction · 0.85

Calls 1

getFlagsFunction · 0.85

Tested by

no test coverage detected