You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Util.debugLog("Locale: " + availableLanguage + " has been successfully loaded.");
82
-
83
-
81
+
Util.debugLog("Locale: " + availableLanguage + " has been successfully loaded.");
82
+
if (configuration.getInt("language-version") < bundledLang.getInt("language-version"))
83
+
Util.debugLog("Locale " + availableLanguage + " file version is outdated, some string will fallback to English.");
84
84
} catch (CrowdinOTA.OTAExceptione) {
85
85
plugin.getLogger().warning("Couldn't update the translation for locale " + availableLanguage + " because it not configured, please report to QuickShop");
0 commit comments