Skip to content

Commit c702c84

Browse files
authored
Donation spaces and CoC (#89)
1 parent c523e23 commit c702c84

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

β€Žlang/en.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
"content.contribute.contributeTranslateTitle": "🌐 Translate the modpack and mods",
8585
"content.contribute.contributeWikiTitle": "πŸ“ Contribute to the wiki",
8686
"content.contribute.contributeProgrammingTitle": "πŸ§‘β€πŸ’» Help with programming things",
87-
"content.contribute.contributeDiscordTitle": "πŸ’¬ Chat and give feedback on our Discord!"
87+
"content.contribute.contributeDiscordTitle": "πŸ’¬ Chat and give feedback on our Discord!",
88+
"content.contribute.contributeMustFollowCoc": "Contributions to Fabulously Optimized must follow its {0}.",
89+
"content.contribute.contributeCodeOfConduct": "Code of Conduct"
8890
}

β€Žpages/contribute.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ onMounted(() => {
5656
</a>
5757
<span v-else>
5858
{{ project.title }}:
59-
<a v-for="(donation, index) in project.donationUrls" :key="index" :href="donation.url" target="_blank">{{ donation.platform }}</a>
59+
<a v-for="(donation, index) in project.donationUrls" :key="index" :href="donation.url" target="_blank">{{ donation.platform }}&nbsp;</a>
6060
</span>
6161
</li>
6262
</ul>
@@ -119,6 +119,9 @@ onMounted(() => {
119119
<strong><a href="https://download.fo/discord">{{ $t("content.contribute.contributeDiscordTitle") }}</a></strong>
120120
</li>
121121
</ul>
122+
<i18n-t keypath="content.contribute.contributeMustFollowCoc" tag="p">
123+
<a href="https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/CODE-OF-CONDUCT.md">{{ $t("content.contribute.contributeCodeOfConduct") }}</a>
124+
</i18n-t>
122125
</template>
123126

124127

0 commit comments

Comments
Β (0)