Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"content.contribute.modsAutomaticListFetch": "Developers: this list is automatically fetched from Modrinth for the latest stable version of the modpack. All you have to do is add a donation link to your project!",
"content.contribute.modpackTitle": "The modpack",
"content.contribute.modpackSupportWays": "There are also several ways you can support the modpack:",
"content.contribute.modpackLaunchersTitle": "▶️ Play using the {0} or {1}",
"content.contribute.modpackLaunchersTitle": "▶️ Play using the {0}, {1} or {2}",
"content.contribute.modpackLaunchersTitle.curseforge": "CurseForge App",
"content.contribute.modpackLaunchersTitle.modrinth": "Modrinth App",
"content.contribute.modpackLaunchersMoneyInfo": "Using either of these launchers gives the pack and mod devs money, other launchers currently do not.",
"content.contribute.modpackLaunchersInstallInstructions": "How to install?",
"content.contribute.modpackLaunchersTitle.gdlauncher": "GDLauncher Carbon",
"content.contribute.modpackLaunchersMoneyInfo": "Using one of these launchers gives the pack and mod devs money, other launchers currently do not.",
"content.contribute.modpackAltToHeartTitle": "❤️ Heart and comment on AlternativeTo",
"content.contribute.modpackAltToHeartSignupInfo": "Please sign up before doing it, otherwise it will not count ☹️",
"content.contribute.modpackFreeCapeTitle": "🦸 Get a free FO cape",
Expand Down
6 changes: 3 additions & 3 deletions pages/contribute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ onMounted(() => {
<ul>
<li>
<i18n-t keypath="content.contribute.modpackLaunchersTitle" tag="strong">
<a href="https://download.fo/curseforge">{{ $t("content.contribute.modpackLaunchersTitle.curseforge") }}</a>
<a href="https://download.fo/modrinth">{{ $t("content.contribute.modpackLaunchersTitle.modrinth") }}</a>
<a href="https://wiki.download.fo/readme/install-instructions#curseforge-app">{{ $t("content.contribute.modpackLaunchersTitle.curseforge") }}</a>
<a href="https://wiki.download.fo/readme/install-instructions#modrinth-app">{{ $t("content.contribute.modpackLaunchersTitle.modrinth") }}</a>
<a href="https://wiki.download.fo/readme/install-instructions#gdlauncher-carbon">{{ $t("content.contribute.modpackLaunchersTitle.gdlauncher") }}</a>
</i18n-t>
<ul>
<li>{{ $t("content.contribute.modpackLaunchersMoneyInfo") }}</li>
<li><a href="https://download.fo/install">{{ $t("content.contribute.modpackLaunchersInstallInstructions") }}</a></li>
</ul>
</li>
<li>
Expand Down