What would this be specifically?
enum {
// simple one click tools
.....
TOOL_SHOW_RIBI_DEPRECATED,
TOOL_RECOLOUR_TOOL_DEPRECATED,
TOOL_ACCESS_TOOL_DEPRECATED,
SIMPLE_TOOL_STANDARD_COUNT,
TOOL_CHANGE_ROADSIGN=0x0080,
TOOL_SHOW_RIBI,
TOOL_RECOLOUR_TOOL,
TOOL_ACCESS_TOOL,
TOOL_SHOW_SIGNALBOX_COVERAGE,
SIMPLE_TOOL_COUNT,
SIMPLE_TOOL = 0x2000
};
This is the end of the section. Everything before "TOOL_CHANGE_ROADSIGN=0x0080," is Standard stuff and everything after is Extended I suppose?. I guess that the two last entries ("SIMPLE_TOOL...") has to be at the very end, so is the position correct as I have put it?
Edit:
The translation basefiles are uploaded to the translator now!