File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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}." ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments