File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/maxgamer/quickshop/util/language/text Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ public void load() {
135135 configuration .set (key , override .get (key ));
136136 }
137137 locale2ContentMapping .get (languageFileCrowdin ).computeIfAbsent (minecraftCode , e -> configuration );
138- Util .debugLog ("Locale " + crowdinFile + " has been successfully loaded" );
138+ Util .debugLog ("Locale " + crowdinFile . replace ( "%locale%" , crowdinCode ) + " has been successfully loaded" );
139139 } catch (CrowdinOTA .OTAException e ) {
140140 // Key founds in available locales but not in custom mapping on crowdin platform
141141 plugin .getLogger ().warning ("Couldn't update the translation for locale " + crowdinCode + " because it not configured, please report to QuickShop" );
You can’t perform that action at this time.
0 commit comments