Can't translate "Remove wayobj %d" June 16, 2009, 06:40:32 pm We can't translate "Remove wayobj %d".And also "%d" is only shown as number not a real name like as "track". Quote Selected
Re: Can't translate "Remove wayobj %d" Reply #1 – June 16, 2009, 07:04:48 pm But this string is translated after the sprintf, isn't it? So you can translate "Remove wayobj 1", "Remove wayobj 2" and so on. Quote Selected
Re: Can't translate "Remove wayobj %d" Reply #2 – June 16, 2009, 07:15:56 pm Did you try it ? Quote Selected
Re: Can't translate "Remove wayobj %d" Reply #3 – June 16, 2009, 08:59:29 pm Also make no sense to double messages, as there are already strings for the different waytypes provided in weg_t ... Quote Selected
Re: Can't translate "Remove wayobj %d" Reply #4 – June 17, 2009, 06:54:10 am Thanks. But there is no translation for waytype_to_string(). Quote Selected
Re: Can't translate "Remove wayobj %d" Reply #5 – June 17, 2009, 09:28:58 am Well spotted, there will be ... Quote Selected