Skip to content

Commit 19579d5

Browse files
committed
Add jenkins to downloads page
Fix GitHub casing
1 parent a83ad23 commit 19579d5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/messages/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
"wiki": "Installation",
8383
"support": "If all else fails, get in touch with us on {discord} and we'll be happy to help."
8484
},
85+
"notListed": {
86+
"title": "Looking for a version not listed?",
87+
"grab": "The version you're looking for can likely be found on our {jenkins}.",
88+
"missing": "Is there still a missing version? build it from our source on {github}."
89+
},
8590
"extensions": {
8691
"title": "Extensions",
8792
"description": "Extensions can modify the behaviour of LuckPerms, you can read more about them on {wiki}.",

src/views/Download.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,19 @@
165165
</template>
166166
</i18n>
167167
</ul>
168+
<h2>{{ $t('download.notListed.title') }}</h2>
169+
<ul>
170+
<i18n path="download.notListed.grab" tag="li">
171+
<template #jenkins>
172+
<a href="https://ci.lucko.me/job/LuckPerms/" target="_blank">Jenkins</a>
173+
</template>
174+
</i18n>
175+
<i18n path="download.notListed.missing" tag="li">
176+
<template #github>
177+
<a href="https://github.com/LuckPerms/LuckPerms" target="_blank">GitHub</a>
178+
</template>
179+
</i18n>
180+
</ul>
168181
</div>
169182
</section>
170183
</div>

0 commit comments

Comments
 (0)