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
|
@ -184,7 +184,11 @@ export default class LoginWithQRFlow extends React.Component<IProps> {
|
|||
<p>{_t("Scan the QR code below with your device that's signed out.")}</p>
|
||||
<ol>
|
||||
<li>{_t("Start at the sign in screen")}</li>
|
||||
<li>{_t("Select 'Scan QR code'")}</li>
|
||||
<li>
|
||||
{_t("Select '%(scanQRCode)s'", {
|
||||
scanQRCode: _t("Scan QR code"),
|
||||
})}
|
||||
</li>
|
||||
<li>{_t("Review and approve the sign in")}</li>
|
||||
</ol>
|
||||
{code}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue