Skip to main content
Topic: Can't translate "Remove wayobj %d" (Read 2987 times) previous topic - next topic

Can't translate "Remove wayobj %d"

We can't translate "Remove wayobj %d".
And also "%d" is only shown as number not a real name like as "track".

Re: Can't translate "Remove wayobj %d"

Reply #1
But this string is translated after the sprintf, isn't it? So you can translate "Remove wayobj 1", "Remove wayobj 2" and so on.

Re: Can't translate "Remove wayobj %d"

Reply #2
Did you try it ?

Re: Can't translate "Remove wayobj %d"

Reply #3
Also make no sense to double messages, as there are already strings for the different waytypes provided in weg_t ...

 

Re: Can't translate "Remove wayobj %d"

Reply #4
Thanks. But there is no translation for waytype_to_string().

Re: Can't translate "Remove wayobj %d"

Reply #5
Well spotted, there will be ...