Add variables to string and when more than 1 variable in a string number them
accessibility.call.lasted
1. key = Should the value Lasted
be updated to include the variable?
Lasted
→ Lasted %s
Reasons:
- Unify with Android string
- Enable better translations, eg in Hungarian the variable is at the beginning of the string
%s tartott
accessibility.fileTransfer.sentOn
2. key = Should
File: %@, sent on %@
have the variables number
File: %1@, sent on %2@
?
accessibility.text.receivedOn
3. key = Should
%@, message received on %@
be
%1@, message received on %2@
?
What does the first variable mean?
Should
%@, message received on %@
be
Message %1@, received on %2@
?
accessibility.text.sentOn
4. key = Should
%@, message sent on %@
be
%1@, message sent on %2@
?
What does the first variable mean?
Should
%@, message sent on %@
be
Message: %1@, sent on %2@
?
accessibility.fileTransfer.receivedOn
5. key = Should
File: %@ , received on %@
be
File: %1@ , received on %2@
?
accessibility.textNotAvailable
6. key = Can the message be an emoji?
Should
Text message received on , content not available
be
Message received on , content not available
?
accessibility.inReply
7. key = Should
In reply to a message
be
In reply to message
?
accessibility.pendingRequestsRow
8. key = Is the variable %@
a number?
Should
Invitation received: %@ pending invitation
be
Invitation(s) received: %@ pending invitation(s)
?
or have singular and plural cases
Singular: Invitation received: %@ pending invitation
Plural: Invitations received: %@ pending invitations
###9 (closed). key = accessibility.conversationRowLastMessage
Should
Last message on %@
be
Last message at %@
?
Thank you