disabled twitter text for russian loc

This commit is contained in:
wukko
2022-10-05 11:20:40 +06:00
committed by GitHub
parent 66168ecafa
commit 2eb746f242

View File

@@ -84,7 +84,7 @@ export default function(obj) {
}, {
text: `${loc(obj.lang, 'AboutSupportedServices')} ${enabledServices}.`
}, {
text: `${loc(obj.lang, 'FollowTwitter')}`
text: obj.lang != "ru" ? loc(obj.lang, 'FollowTwitter') : ""
}, {
text: backdropLink(repo, loc(obj.lang, 'LinkGitHubIssues')),
classes: ["bottom-link"]