This commit is contained in:
Mirco Wittrien 2019-12-07 11:30:05 +01:00
parent 2f567c87c2
commit 194e18524f
2 changed files with 2 additions and 2 deletions

View File

@ -6390,7 +6390,7 @@
else BDFDB.LogUtils.warn(item + " enter a valid key and at least one value to format the string in BDFDB.LanguageUtils.LibraryStrings");
return "";
};
var initDiscordLanguageInterval = (_ => {
var initDiscordLanguageInterval = BDFDB.TimeUtils.interval(_ => {
if (document.querySelector("html").lang) {
BDFDB.TimeUtils.clear(initDiscordLanguageInterval);
var language = BDFDB.LanguageUtils.getLanguage();

File diff suppressed because one or more lines are too long