Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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://steamhost.cn/steamcommunity_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.