Fix "Stadew" typo to "Stardew" in default.json#39
Open
Ohualtex wants to merge 1 commit into
Open
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the misspelling
"Stadew Valley"→"Stardew Valley"(4 occurrences) in the Stardew Valley Expanded Code module'si18n/default.json.File:
Stardew Valley Expanded/StardewValleyExpanded/i18n/default.jsonChanges
i18n/default.json— 4 occurrences across 4 distinct value strings.Typo locations
installationchecker.installation.incorrectinstallationchecker.missing.modsinstallationchecker.outdated.modsinstallationchecker.component.missingVerification
grepconfirms 0 remaining"Stadew"and 4 corrected"Stardew Valley".Thanks for maintaining this amazing mod! 🌾 A separate PR follows with Turkish (tr) localization.