File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/org/maxgamer/quickshop/util/language/text Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public void load() {
7979 configuration .loadFromString (distribution .getFile (crowdinFile , crowdinCode , true ));
8080 }
8181 // load override text (allow user modification the translation)
82+ // TODO: full multi-file support
8283 JsonConfiguration override = new JsonConfiguration ();
8384 File localOverrideFile = new File (getOverrideFilesFolder (crowdinFile ), minecraftCode + ".json" );
8485 if (!localOverrideFile .exists ()) {
@@ -93,8 +94,6 @@ public void load() {
9394 }
9495 locale2ContentMapping .get (languageFileCrowdin ).computeIfAbsent (minecraftCode , e -> configuration );
9596 Util .debugLog ("Locale " + crowdinFile );
96- if (configuration .getInt ("language-version" ) < bundledLang .getInt ("language-version" ))
97- Util .debugLog ("Locale " + crowdinCode + " file version is outdated, some string will fallback to English." );
9897 } catch (CrowdinOTA .OTAException e ) {
9998 plugin .getLogger ().warning ("Couldn't update the translation for locale " + crowdinCode + " because it not configured, please report to QuickShop" );
10099 } catch (IOException e ) {
You can’t perform that action at this time.
0 commit comments