I would like to ask you to add the possibility to localize this very useful mini mod. Yes, there are only 2 buttons and a couple of strings, but I would like to see them in their native language.
translation file
Language: ru_RU
Manager.Dialog(Global.Instance.globalCanvas, "New Item Unlocked", "You can claim a new Blueprint!", "Claim Blueprint now", on_confirm, "Close", on_cancel, null, null, null);
Here's the translated text if you need it.
Manager.Dialog(Global.Instance.globalCanvas, "Разблокирован новый предмет", "Вы можете получить новый чертёж!", "Получить чертёж прямо сейчас", on_confirm, "Закрыть", on_cancel, null, null, null);
But I can attach a translation file later if you make a template.
What mod is that translation for?
Not listed (use textfield below)
Additional Comments
I would like to ask you to add the possibility to localize this very useful mini mod. Yes, there are only 2 buttons and a couple of strings, but I would like to see them in their native language.
translation file
Language: ru_RU Manager.Dialog(Global.Instance.globalCanvas, "New Item Unlocked", "You can claim a new Blueprint!", "Claim Blueprint now", on_confirm, "Close", on_cancel, null, null, null); Here's the translated text if you need it. Manager.Dialog(Global.Instance.globalCanvas, "Разблокирован новый предмет", "Вы можете получить новый чертёж!", "Получить чертёж прямо сейчас", on_confirm, "Закрыть", on_cancel, null, null, null); But I can attach a translation file later if you make a template.