Project Zomboid

Project Zomboid

Smarter Storage
This topic has been locked
< >
Showing 1-5 of 5 comments
Fragger 19 Jul, 2024 @ 6:22am 
I just added some index terms. You can find the parts I modified by searching for "getText." These changes caused some issues, and I'm looking for the reason now.
Last edited by Fragger; 19 Jul, 2024 @ 6:24am
Fragger 19 Jul, 2024 @ 7:23am 
I found the question,I guess
Fragger 19 Jul, 2024 @ 9:10am 
I spent some time modifying the source code and finally fixed the problem.

EDIT
Quoting my own comments:
Originally posted by Fͥraͣgͫger:
" I can't fix the tooltip issue. Fking tooltip. If I localize the preset tooltips, the custom names also get the tooltip prefix. Buddy, the rest is up to you. All the code in the discussion is now usable and effective. I made some slight changes to the source code because I couldn't achieve localization without modifying it. "
Last edited by Fragger; 22 Jul, 2024 @ 1:00am
Fragger 22 Jul, 2024 @ 12:26am 
Simplified Chinese
utf-8

UI_CN.txt
UI_CN = { UI_SmarterStorage_Options_Vanilla_Name = "显示原版提示", UI_SmarterStorage_Options_Vanilla_Tooltip = "选中此项以显示类似“冰箱”这样的原版名称作为提示。", UI_SmarterStorage_Options_RenamedTooltips_Name = "显示自定义名称提示", UI_SmarterStorage_Options_RenamedTooltips_Tooltip = "选中此项以使用您的自定义容器名称作为提示。", }

IG_UI_CN.txt
IGUI_CN = { IGUI_SmarterStorage_Name = "名称", IGUI_SmarterStorage_Color = "颜色", IGUI_SmarterStorage_Icon = "图标", IGUI_SmarterStorage_Cancel = "取消", IGUI_SmarterStorage_OK = "确认", IGUI_SmarterStorage_Weapons = "武器", IGUI_SmarterStorage_Ammo = "弹药", IGUI_SmarterStorage_Medical = "药物", IGUI_SmarterStorage_Clothing = "服装", IGUI_SmarterStorage_Electronics = "电子器件", IGUI_SmarterStorage_Food = "食物", IGUI_SmarterStorage_Literature = "文献书籍", IGUI_SmarterStorage_Tools = "工具", IGUI_SmarterStorage_Media = "媒体", IGUI_SmarterStorage_Equipment = "装备", IGUI_SmarterStorage_Gardening = "耕作", IGUI_SmarterStorage_Vehicles = "车辆", }

ContextMenu_CN.txt
ContextMenu_CN = { ContextMenu_SmarterStorage_Edit = "编辑", ContextMenu_SmarterStorage_Presets = "预设", ContextMenu_SmarterStorage_Reset = "重置", }
Last edited by Fragger; 22 Jul, 2024 @ 12:26am
Broadbent  [developer] 22 Jul, 2024 @ 12:24pm 
Working on this now. Should be done very soon. Thanks for the the translation and files!
< >
Showing 1-5 of 5 comments
Per page: 1530 50