Skip to content

Commit

Permalink
Merge pull request #605 from CosmicKillsSouls/Fixes
Browse files Browse the repository at this point in the history
Added SVE birch and Fir trees to hover text
  • Loading branch information
drewhoener authored Oct 22, 2024
2 parents 27c8b69 + 45f0a8e commit 099b7e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UIInfoSuite2/UIElements/ShowCropAndBarrelTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ private static string GetTreeTypeName(string treeType)
return I18n.Mystic();
case "Lumisteria.MtVapius.Birchtree":
return I18n.VmvBirch();
case "FlashShifter.StardewValleyExpandedCP_Birch_Tree":
return I18n.SVEBirch();
case "FlashShifter.StardewValleyExpandedCP_Fir_Tree":
return I18n.SVEFir();
default:
return $"Unknown (#{treeType})";
}
Expand Down
2 changes: 2 additions & 0 deletions UIInfoSuite2/i18n/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"GreenRainType3": "Green Rain Type 3",
"Mystic": "Mystic",
"VmvBirch": "(VMV) Birch",
"SVEBirch": "(SVE) Birch",
"SVEFir": "(SVE) Fir",
//Display icons - General
"TodaysRecipe": "Today's Recipe: ",
"TravelingMerchantIsInTown": "Traveling merchant is in town!",
Expand Down

0 comments on commit 099b7e3

Please sign in to comment.