-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
There are some strings containing multiple instances of "%s" as variable placeholders. This is problematic because different languages use different word orders, so you cannot guarantee that the translated string will have the variables in the same order. Having variables represented by just "%s" is also far from ideal because it doesn't tell the translator anything about what the variable contains (at most, you can tell that it contains a string of some description).
Some particularly unclear examples:
"Removing album %s: %s - %s"
"Album %s loaded: %s - %s"
"Track: %s %s"
- has related issue
-
PICARD-596 "Adding %d files from '%s' ..." not correctly marked for translation
- Closed