page: translated donate image description
This commit is contained in:
parent
ecb42c0fc8
commit
f57faad853
3 changed files with 3 additions and 1 deletions
|
@ -158,6 +158,7 @@
|
|||
"UrgentTwitterPatch": "fixes and easier downloads",
|
||||
"StatusPage": "service status page",
|
||||
"TroubleshootingGuide": "self-troubleshooting guide",
|
||||
"DonateImageDescription": "cat sleeping on a laptop keyboard and typing letters repeatedly",
|
||||
"UpdateNewYears": "new years clean up"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -160,6 +160,7 @@
|
|||
"UrgentTwitterPatch": "фиксы и удобное скачивание",
|
||||
"StatusPage": "статус серверов",
|
||||
"TroubleshootingGuide": "гайд по устранению проблем",
|
||||
"DonateImageDescription": "кошка спит на клавиатуре ноутбука и многократно печатает буквы",
|
||||
"UpdateNewYears": "новогодняя уборка"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -253,7 +253,7 @@ export default function(obj) {
|
|||
<div class="changelog-banner">
|
||||
<img class="changelog-img" ` +
|
||||
`src="updateBanners/catsleep.webp" ` +
|
||||
`alt="a cat sleeping on a laptop keyboard" ` +
|
||||
`alt="${t("DonateImageDescription")}" ` +
|
||||
`width="480" ` +
|
||||
`height="270" ` +
|
||||
`onerror="this.style.opacity=0" loading="lazy">
|
||||
|
|
Loading…
Reference in a new issue