mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
parent
173714884f
commit
19dbe2bb4b
@ -56,7 +56,11 @@
|
||||
"subTitle": "Hangar allows you to find the best Paper, Velocity, or Waterfall plugins for your Minecraft server.",
|
||||
"categories": "Categories",
|
||||
"licenses": "Licenses",
|
||||
"versions": "Minecraft versions",
|
||||
"versions": {
|
||||
"PAPER": "Minecraft versions",
|
||||
"WATERFALL": "Waterfall versions",
|
||||
"VELOCITY": "Velocity versions"
|
||||
},
|
||||
"platforms": "Platforms",
|
||||
"tags": "Tags"
|
||||
},
|
||||
|
@ -241,7 +241,7 @@ useHead(meta);
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="filters.platform" class="versions">
|
||||
<h4 class="font-bold mb-1">{{ i18n.t("hangar.projectSearch.versions") }}</h4>
|
||||
<h4 class="font-bold mb-1">{{ i18n.t("hangar.projectSearch.versions." + filters.platform) }}</h4>
|
||||
<div class="max-h-40 overflow-auto">
|
||||
<VersionSelector v-model="filters.versions" :versions="versions(filters.platform)" :open="false" col />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user