-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Visual Bug]: #576
Comments
You can translate default.json to ru.json. |
There is already ru.json. And there are no lines in it that are responsible for the names of the trees. |
Ahhh. Understood. Then I will translate into Russian by default.json |
You can post it here, and the author will see it and merge it into the next version. |
Aww...I just posted it on the Nexus already. If this is a problem, I can delete it and send it here. |
No problem. You can send it here, too |
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})";
The text was updated successfully, but these errors were encountered: