From 091286b24ee786b5f91b8d0ccabb1591bdfd6cdf Mon Sep 17 00:00:00 2001 From: Ohualtex <230626673+Ohualtex@users.noreply.github.com> Date: Thu, 21 May 2026 12:39:55 +0300 Subject: [PATCH] Fix "Stadew" typo to "Stardew" in default.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrects 4 occurrences of "Stadew Valley" → "Stardew Valley" in the Stardew Valley Expanded Code module's i18n/default.json. The misspelling appears in 4 distinct value strings: installation.incorrect, missing.mods, outdated.mods, and component.missing (within its multi-line string). Only value strings are modified — no key names change, ensuring full backward compatibility with any existing localization (no other language file references the typo). Verified with grep that no "Stadew" occurrence remains and all 4 are now correctly spelled. JSON structure re-validated (24 keys intact, UTF-8 BOM preserved). --- default.json'daki "Stadew" yazım hatasını "Stardew" olarak düzelt Stardew Valley Expanded Code modülünün i18n/default.json dosyasında "Stadew Valley" → "Stardew Valley" 4 geçişini düzeltir. Yazım hatası 4 farklı değer dizgisinde geçer: installation.incorrect, missing.mods, outdated.mods ve component.missing (çok satırlı dizgisi içinde). Yalnızca değer dizgileri değiştirilir — hiçbir anahtar adı değişmez, böylece mevcut yerelleştirmelerle tam geriye dönük uyumluluk korunur (başka dil dosyası bu typo'yu referans etmiyor). grep ile "Stadew" geçişinin kalmadığı ve 4 örneğin de doğru yazıldığı doğrulandı. JSON yapısı yeniden doğrulandı (24 anahtar korundu, UTF-8 BOM korundu). --- .../StardewValleyExpanded/i18n/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Stardew Valley Expanded/StardewValleyExpanded/i18n/default.json b/Stardew Valley Expanded/StardewValleyExpanded/i18n/default.json index 74d2951..4c4431f 100644 --- a/Stardew Valley Expanded/StardewValleyExpanded/i18n/default.json +++ b/Stardew Valley Expanded/StardewValleyExpanded/i18n/default.json @@ -1,15 +1,15 @@ { - "installationchecker.installation.incorrect": "Stadew Valley Expanded appears to be installed incorrectly.", - "installationchecker.missing.mods": "Did not detect mod(s) required for Stadew Valley Expanded...", + "installationchecker.installation.incorrect": "Stardew Valley Expanded appears to be installed incorrectly.", + "installationchecker.missing.mods": "Did not detect mod(s) required for Stardew Valley Expanded...", "installationchecker.missing.mods.cont": "Please download, or make sure you have installed the following correctly:", - "installationchecker.outdated.mods": "Detected versions of mod(s) outdated for use in Stadew Valley Expanded...", + "installationchecker.outdated.mods": "Detected versions of mod(s) outdated for use in Stardew Valley Expanded...", "installationchecker.outdated.mods.cont": "Please update the following before playing:", "installationchecker.orphaned.mods": "The following required mod(s) could not be found. They're either not", "installationchecker.orphaned.mods.cont": "installed, or they're missing dependencies of their own. Please check below:", "installationchecker.mod.info": "{{modName}} by {{author}} -", "installationchecker.mod.parents": "Relevant requirement: {{parents}}", "installationchecker.smapi.outdated": "SMAPI is out of date! Please update this ASAP!", - "installationchecker.component.missing": "\n\n\nThere seems to be an issue with your Stadew Valley Expanded installation.\nPlease visit https://smapi.io/log and follow the instructions on that site to upload your log.\nScroll to the top of the page and read the red text to identify the errors.\n\n\n", + "installationchecker.component.missing": "\n\n\nThere seems to be an issue with your Stardew Valley Expanded installation.\nPlease visit https://smapi.io/log and follow the instructions on that site to upload your log.\nScroll to the top of the page and read the red text to identify the errors.\n\n\n", "installationchecker.help.message": "If you need help, visit SVE's Discord server! https://discord.gg/svexpanded", "installationchecker.start": "Starting Installation Checker...", "installationchecker.credits": "(Installation Checker provided by shekurika and moe)",