Translation: How to handle different position of object in sentences?
Example:
"BeatBox could not find songs similar to" + " <b>" + lm.media_
In German, it would need to be:
"BeatBox konnte keine Titel finden, die" + " <b>" + lm.media_
Is it possible to translate the whole sentence using placeholders?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- BeatBox Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- 982c80311320c1b
- Solved:
- 2012-02-05
- Last query:
- 2012-02-05
- Last reply:
Victor Martinez (victored) said : | #1 |
You might want to read http://
Thanks, but I still do not know how I would need to change the code, since this was about printf. Or is somthing similar possible for errorBox.setWarning etc?
I managed to use placeholders:
if(medias.size < 10) { // say we could not find similar medias
errorBox.
errorBox.
errorBox.
list.hide();
albumView.
stdout.
in_update = false;
return;
}
But the translation doesn't show up in BeatBox.
I already had such an issue with the SmartPlaylistEd