From 410f14051e9fce02916cf4a91fe88ff271eafd1a Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Wed, 2 Aug 2023 21:40:03 +0200 Subject: [PATCH] Make and on main homepage translatable --- _layouts/mainhomepage.html | 2 +- wiki/en/misc/1-index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/mainhomepage.html b/_layouts/mainhomepage.html index c6dc9e24e..35bfe89fc 100644 --- a/_layouts/mainhomepage.html +++ b/_layouts/mainhomepage.html @@ -45,7 +45,7 @@

Jamulus

{{ page.mTGetStartedNow }}
- {{ page.mTDownloadNow }} Windows, macOS, Debian/Ubuntu and {{ page.mTOtherPlatforms }}. + {{ page.mTDownloadNow }} Windows, macOS, Debian/Ubuntu {{ page.mTPlatformsAnd }} {{ page.mTOtherPlatforms }}.
diff --git a/wiki/en/misc/1-index.html b/wiki/en/misc/1-index.html index ae2529998..be1a4a4e1 100644 --- a/wiki/en/misc/1-index.html +++ b/wiki/en/misc/1-index.html @@ -11,6 +11,7 @@ mTSlogan: "Play music online. With friends. For free." mTGetStartedNow: "Get started now!" mTDownloadNow: 'Download now for' +mTPlatformsAnd: 'and' mTOtherPlatforms: 'other platforms' ---