Skip to content

Commit 769d55e

Browse files
committed
comments
1 parent 83547e6 commit 769d55e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/maxgamer/quickshop/util/language/text/TextManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ public void load() {
109109
return;
110110
}
111111
Util.debugLog("Loading translation for locale: " + crowdinCode + " (" + minecraftCode + ")");
112+
// Deploy bundled to mapper
112113
mapper.deployBundled(crowdinFile,loadBundled(crowdinFile));
113114
JsonConfiguration configuration = getDistributionConfiguration(crowdinFile, crowdinCode);
114115
// Loading override text (allow user modification the translation)
115116
JsonConfiguration override = getOverrideConfiguration(crowdinFile, minecraftCode);
116117
applyOverrideConfiguration(configuration, override);
118+
// Deploy distribution to mapper
117119
mapper.deploy(crowdinFile, minecraftCode, configuration, loadBundled(crowdinFile));
118120
Util.debugLog("Locale " + crowdinFile.replace("%locale%", crowdinCode) + " has been successfully loaded");
119121
} catch (CrowdinOTA.OTAException e) {

0 commit comments

Comments
 (0)