diff --git a/UIInfoSuite2/UIElements/ShowCropAndBarrelTime.cs b/UIInfoSuite2/UIElements/ShowCropAndBarrelTime.cs index 1ae6610e..7dcdf98e 100644 --- a/UIInfoSuite2/UIElements/ShowCropAndBarrelTime.cs +++ b/UIInfoSuite2/UIElements/ShowCropAndBarrelTime.cs @@ -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})"; } diff --git a/UIInfoSuite2/i18n/default.json b/UIInfoSuite2/i18n/default.json index f40142da..93e87b8f 100644 --- a/UIInfoSuite2/i18n/default.json +++ b/UIInfoSuite2/i18n/default.json @@ -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!",