diff --git a/src/main/java/com/ghostchu/peerbanhelper/text/TextManager.java b/src/main/java/com/ghostchu/peerbanhelper/text/TextManager.java index a9ed0c17e1..affb38483e 100644 --- a/src/main/java/com/ghostchu/peerbanhelper/text/TextManager.java +++ b/src/main/java/com/ghostchu/peerbanhelper/text/TextManager.java @@ -135,8 +135,6 @@ public void load() { // second, load the bundled language files loadBundled().forEach(languageFilesManager::deploy); // then, load the translations from Crowdin - // and don't forget fix missing - languageFilesManager.fillMissing(loadBuiltInFallback()); // finally, load override translations Collection pending = getOverrideLocales(languageFilesManager.getDistributions().keySet()); log.debug("Pending: {}", Arrays.toString(pending.toArray()));