Improve localization experience on Weblate (#10140)
* Create a variable for 'Manage integrations', using the existing key Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Create a variable for 'Scan QR code' to activate automatic suggestions on Weblate Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Create a variable for 'My Ban List' Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
61a63e47f4
commit
fa036a5080
4 changed files with 18 additions and 6 deletions
|
@ -279,8 +279,11 @@ export default class MjolnirUserSettingsTab extends React.Component<{}, IState>
|
|||
{_t(
|
||||
"Your personal ban list holds all the users/servers you personally don't " +
|
||||
"want to see messages from. After ignoring your first user/server, a new room " +
|
||||
"will show up in your room list named 'My Ban List' - stay in this room to keep " +
|
||||
"will show up in your room list named '%(myBanList)s' - stay in this room to keep " +
|
||||
"the ban list in effect.",
|
||||
{
|
||||
myBanList: _t("My Ban List"),
|
||||
},
|
||||
)}
|
||||
</div>
|
||||
<div>{this.renderPersonalBanListRules()}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue