Skip to content

Fix "Stadew" typo to "Stardew" in default.json#39

Open
Ohualtex wants to merge 1 commit into
FlashShifter:masterfrom
Ohualtex:fix/stadew-typo
Open

Fix "Stadew" typo to "Stardew" in default.json#39
Ohualtex wants to merge 1 commit into
FlashShifter:masterfrom
Ohualtex:fix/stadew-typo

Conversation

@Ohualtex

Copy link
Copy Markdown

Summary

Fixes the misspelling "Stadew Valley""Stardew Valley" (4 occurrences) in the Stardew Valley Expanded Code module's i18n/default.json.

File: Stardew Valley Expanded/StardewValleyExpanded/i18n/default.json

Changes

  • Modified: the SVE Code module's i18n/default.json — 4 occurrences across 4 distinct value strings.

Typo locations

Key Type
installationchecker.installation.incorrect Direct string
installationchecker.missing.mods Direct string
installationchecker.outdated.mods Direct string
installationchecker.component.missing Embedded in multi-line string

Verification

  • grep confirms 0 remaining "Stadew" and 4 corrected "Stardew Valley".
  • JSON structure re-validated — 24 keys intact, UTF-8 BOM preserved.
  • Only value strings changed; no key names touched, so existing localizations stay fully compatible.

Thanks for maintaining this amazing mod! 🌾 A separate PR follows with Turkish (tr) localization.

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant