mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 13:51:02 +00:00
feat: add locale strings
This commit is contained in:
@@ -170,11 +170,11 @@ export function DownloadGroup({
|
||||
|
||||
{game.status === "seeding" ? (
|
||||
<Button onClick={() => pauseSeeding(game.id)} theme="outline">
|
||||
{t("stop seeding")}
|
||||
{t("stop_seeding")}
|
||||
</Button>
|
||||
) : (
|
||||
<Button onClick={() => resumeSeeding(game.id)} theme="outline">
|
||||
{t("resume seeding")}
|
||||
{t("resume_seeding")}
|
||||
</Button>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user