From 19579d55fc7917dd851212e7e6b39a30fa400035 Mon Sep 17 00:00:00 2001 From: xElementzx Date: Tue, 28 Jan 2025 17:54:21 +1100 Subject: [PATCH 1/2] Add jenkins to downloads page Fix GitHub casing --- src/messages/en.json | 5 +++++ src/views/Download.vue | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/src/messages/en.json b/src/messages/en.json index 5a6390df..db7e5f7c 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -82,6 +82,11 @@ "wiki": "Installation", "support": "If all else fails, get in touch with us on {discord} and we'll be happy to help." }, + "notListed": { + "title": "Looking for a version not listed?", + "grab": "The version you're looking for can likely be found on our {jenkins}.", + "missing": "Is there still a missing version? build it from our source on {github}." + }, "extensions": { "title": "Extensions", "description": "Extensions can modify the behaviour of LuckPerms, you can read more about them on {wiki}.", diff --git a/src/views/Download.vue b/src/views/Download.vue index f3d05d65..1606b0f0 100644 --- a/src/views/Download.vue +++ b/src/views/Download.vue @@ -165,6 +165,19 @@ +

{{ $t('download.notListed.title') }}

+ From a410bde7b082cf6e6c5173868b64c15bdb2a406c Mon Sep 17 00:00:00 2001 From: xElementzx Date: Tue, 28 Jan 2025 18:14:20 +1100 Subject: [PATCH 2/2] Add modrinth to downloads page Was told that all the versions you have are also on modrinth so, i added that too --- src/messages/en.json | 2 +- src/views/Download.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/messages/en.json b/src/messages/en.json index db7e5f7c..5300ea27 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -84,7 +84,7 @@ }, "notListed": { "title": "Looking for a version not listed?", - "grab": "The version you're looking for can likely be found on our {jenkins}.", + "grab": "The version you're looking for can likely be found at {modrinth} or on our {jenkins}.", "missing": "Is there still a missing version? build it from our source on {github}." }, "extensions": { diff --git a/src/views/Download.vue b/src/views/Download.vue index 1606b0f0..2f70f0f1 100644 --- a/src/views/Download.vue +++ b/src/views/Download.vue @@ -168,6 +168,9 @@

{{ $t('download.notListed.title') }}