We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e8055 commit 1541ef0Copy full SHA for 1541ef0
src/main/java/org/maxgamer/quickshop/util/language/text/TextManager.java
@@ -137,7 +137,7 @@ public void load() {
137
}
138
configuration.set(key, override.get(key));
139
140
- locale2ContentMapping.get(CROWDIN_LANGUAGE_FILE).computeIfAbsent(minecraftCode, e -> configuration);
+ locale2ContentMapping.get(crowdinFile).computeIfAbsent(minecraftCode, e -> configuration);
141
Util.debugLog("Locale " + crowdinFile.replace("%locale%", crowdinCode) + " has been successfully loaded");
142
} catch (CrowdinOTA.OTAException e) {
143
// Key founds in available locales but not in custom mapping on crowdin platform
0 commit comments