Skip to content

Commit 1541ef0

Browse files
committed
fix bug
1 parent 77e8055 commit 1541ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void load() {
137137
}
138138
configuration.set(key, override.get(key));
139139
}
140-
locale2ContentMapping.get(CROWDIN_LANGUAGE_FILE).computeIfAbsent(minecraftCode, e -> configuration);
140+
locale2ContentMapping.get(crowdinFile).computeIfAbsent(minecraftCode, e -> configuration);
141141
Util.debugLog("Locale " + crowdinFile.replace("%locale%", crowdinCode) + " has been successfully loaded");
142142
} catch (CrowdinOTA.OTAException e) {
143143
// Key founds in available locales but not in custom mapping on crowdin platform

0 commit comments

Comments
 (0)