UIInfoSuite2
UIInfoSuite2 copied to clipboard
[Visual Bug]:
Mod Version
v2.3.4
Multiplayer
Single Player
Visual Settings
100%
SMAPI Log
No response
Description
The names of the trees are not translated into Russian. In one of the topics I found a piece of code with named trees and translated them. He's lower. Will this help? Or an empty idea? (I don’t get into programming at all)
private static string GetTreeTypeName(string treeType) { switch (treeType) { case "1": return "Дуб"; case "2": return "Клён"; case "3": return "Сосна"; case "6": return "Пальма case "7": return "Грибное дерево"; case "8": return "Красное дерево"; case "9": return "Пальма (Джунгли)"; case "10": return "Дерево Зеленого дождя (Тип 1) "; case "11": return "Дерево Зеленого дождя (Тип 2)"; case "12": return "Дерево Зеленого дождя (Тип 3)"; case "13": return "Таинственное дерево"; default: return $"Unknown (#{treeType})";