it need to change each these belt speed in belt speed section. (line 56~76)
value =
tool =
and it need to fix plural for who don't use "s" for plural (line 75)
game.item_prototypes[belt].localised_name, "s"}--plural of s will be a problem
to
game.item_prototypes[belt].localised_name, caption = {'captions.plural_s'}}--plural of s will be a problem
add this in locale.cfg
[captions]
plural_s=s
and would be nice if locale file has translation string for "/s" (there's x4 "/s" in control.lua)