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 82
82
"wiki" : " Installation" ,
83
83
"support" : " If all else fails, get in touch with us on {discord} and we'll be happy to help."
84
84
},
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
+ },
85
90
"extensions" : {
86
91
"title" : " Extensions" ,
87
92
"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 165
165
</template >
166
166
</i18n >
167
167
</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 >
168
181
</div >
169
182
</section >
170
183
</div >
You can’t perform that action at this time.
0 commit comments