File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/main/java/org/maxgamer/quickshop/util/language/text Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,6 @@ public void load() {
9494 plugin .getLogger ().info ("Checking for translation updates..." );
9595 this .reset ();
9696 disabledLanguages = plugin .getConfig ().getStringList ("disabled-languages" );
97- // Initial file mapping
98- //locale2ContentMapping.computeIfAbsent(CROWDIN_LANGUAGE_FILE, e -> new HashMap<>()); // Prevent nullportinter exception
99- //distribution.getAvailableFiles().forEach(file -> locale2ContentMapping.computeIfAbsent(file, e -> new HashMap<>()));
100-
101- // Read bundled language files
102- //distribution.getAvailableFiles().forEach(crowdinFile -> this.bundledFile2ContentMapping.computeIfAbsent(crowdinFile, e -> loadBundled(crowdinFile)));
103-
10497 // Multi File and Multi-Language loader
10598 distribution .getAvailableLanguages ().parallelStream ().forEach (crowdinCode -> distribution .getAvailableFiles ().parallelStream ().forEach (crowdinFile -> {
10699 try {
You can’t perform that action at this time.
0 commit comments