()
| 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", |