Consistent subsitution variable in translations
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
parent
52f3e1295b
commit
581abcb4b7
17 changed files with 18 additions and 18 deletions
|
@ -70,9 +70,9 @@ module.exports = React.createClass({
|
|||
// it sucks that _tJsx doesn't support normal _t substitutions :((
|
||||
return (
|
||||
<div className="mx_RoomAvatarEvent">
|
||||
{ _tJsx('$senderDisplayName changed the room avatar to <img/>',
|
||||
{ _tJsx('%(senderDisplayName)s changed the room avatar to <img/>',
|
||||
[
|
||||
/\$senderDisplayName/,
|
||||
/%\(senderDisplayName\)s/,
|
||||
/<img\/>/,
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue