[Bug ๐]: KD-RecyclerSmall part not fully localized
ShadowSTARS616 opened this issue ยท 2 comments
Brief description of your issue
Converter name and action name of this part not localized in
It seems
#KDVA-KDRecyclerSmall-MRC-Rolls_ConverterName
#KDVA-KDRecyclerSmall-MRC-Rolls_StartActionName
#KDVA-KDRecyclerSmall-MRC-Rolls_StopActionName
#KDVA-KDRecyclerSmall_ModuleAnimationGroup_moduleType
have some issues - when I added texts to them, they just not works and outputs Rolls
Start Rolls
, etc.
Steps to reproduce
- Install Version 0.8.99.1-prerelease from zip, set language to simplified Chinese
- Copy en-us.cfg and rename it as zh-cn.cfg
- find
#KDVA-KDRecyclerSmall-MRC-Rolls_ConverterName
#KDVA-KDRecyclerSmall-MRC-Rolls_StartActionName
#KDVA-KDRecyclerSmall-MRC-Rolls_StopActionName
#KDVA-KDRecyclerSmall_ModuleAnimationGroup_moduleType
and add some localized text behind=
- Run the game
Expected behavior
Localized text should be displayed in game
Actual behavior
Environment
Mod:0.8.99.1-prerelease
KSP:1.12.3.3173 with Breaking Ground 1.7.1
Installation: Github 0.8.99.1-prerelease zip and 0.8.99.2-prerelease
How did you download and install this?
GitHub release .zip (advanced manual installation)
Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md. These are boilerplate.
Thank you @ShadowSTARS616 ! excellent bug report.
issue lies in the un-localized text that was left in the part.cfg (my bad) ๐
WIll be fixed in next version (which I am working on in the next 24-36 hours)
ConverterName = #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_ConverterName // #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_ConverterName = Toggle Rolls
StartActionName = #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_StartActionName // #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_StartActionName = Start Rolls
StopActionName = #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_StopActionName // #KDVA-KDRecyclerSmall_ModuleResourceConverter_Rolls_StopActionName = Stop Rolls
ConverterName = Rolls
StartActionName = Start Rolls
StopActionName = Stop Rolls