Text concatenations ending with "...for the following roles:" are ugly to read and translate. For example, "Your application was received for the following role:" should be "Your application for the role %role was received".
Text concatenations ending with "...for the following roles:" are ugly to read and translate. For example, "Your application was received for the following role:" should be "Your application for the role %role was received".
Comments
Comment #1
Soren Jones commentedPlease explain why it should be "Your application for the role %role was received". Thanks!
Comment #2
vwegert commentedBecause in the german translation (and probably others), the name of the role (or the names of the roles for the plural phrase) need to appear in the middle of the sentence.
Comment #3
avpaderno+1 for the feature.
The string passed to
t()should take in consideration the different position the words could have in a different language; in this cases, a placeholder (for that part of the sentence that must not be translated) makes more sense.Comment #4
avpadernoComment #5
avpadernoComment #6
Soren Jones commentedTodo
Comment #7
Soren Jones commentedComment #8
Soren Jones commentedCommitted to 7 -dev. To be backported to 6 -dev.
Comment #9
jnicola commentedAppears to be done in 7.x ,no longer supporting 6.x