Added translation for Ko-fi button

This commit is contained in:
Donkie
2023-12-18 21:48:13 +01:00
parent 0e57d93ec8
commit bd956412d8
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
"editError": "Error when editing {{resource}} (status code: {{statusCode}})",
"importProgress": "Importing: {{processed}}/{{total}}"
},
"kofi": "Tip me on Ko-fi",
"loading": "Loading",
"version": "Version",
"unknown": "Unknown",

View File

@@ -37,7 +37,7 @@ const SpoolmanFooter: React.FC = () => {
href="https://ko-fi.com/donkie"
target="_blank"
>
Tip me on Ko-fi
{t("kofi")}
</Button>
</div>
</div>