Skip to content

Commit 1541ca4

Browse files
committed
revert fk
1 parent 05babb8 commit 1541ca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)