l10n: Variables cannot be reordered
rakekniven opened this issue · 2 comments
rakekniven commented
Comment from translator:
Reordering of variables does not work, if I write e.g. %2$s, it says %s is not present in the translation, so I can't save it.
Another translator requested reordering as well.
newhinton commented
What exactly is the issue? Do i need to specify the order of the variables and split the array into two parameters? Will that fix the translation-issue?
rakekniven commented
You have to avoid multiple %s
in one sentence. Use numbered placeholders like %1
and %2
and so on.