安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I just updated it. Just in case, I'll paste it here as well:
ContextMenu_RicksMLCShowIsoRegionWindow_tooltip = "在非调试模式(-Debug)下,窗口不具备传送或编辑功能,当前Iso区域是否封闭:",
No worries~ Regarding the translation issue you mentioned, I think you're right. I must apologize; I didn't consider that at the time. I just pasted the mod name after the "|" and ignored your identifier. I'll keep an eye on it and remove the translation from my mod when you update. Lastly, thanks for your response and for acknowledging my small contribution. 😘
Anyway, thank you for creating this mod!
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/3261721844/4351121444722940446/
In the file ContextMenu_EN.txt, line 5 reads: ContextMenu_RicksMLCIsoRegionsDebug = "IsoRegions Debug",
In the file RicksMLC_ShowIsoRegionsWindow.lua, line 114 reads:
local subMenuOption = context:addOption("IsoRegions Debug", nil, nil)
I believe this line should be:
local subMenuOption = context:addOption(getText("ContextMenu_RicksMLCIsoRegionsDebug"), nil, nil)
I have made the modification locally. Whether to update it is up to you. Thank you for creating the mod.