Commit c702c84 1 parent c523e23 commit c702c84 Copy full SHA for c702c84
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 84
84
"content.contribute.contributeTranslateTitle" : " π Translate the modpack and mods" ,
85
85
"content.contribute.contributeWikiTitle" : " π Contribute to the wiki" ,
86
86
"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"
88
90
}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ onMounted(() => {
56
56
</a >
57
57
<span v-else >
58
58
{{ 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 >
60
60
</span >
61
61
</li >
62
62
</ul >
@@ -119,6 +119,9 @@ onMounted(() => {
119
119
<strong ><a href =" https://download.fo/discord" >{{ $t("content.contribute.contributeDiscordTitle") }}</a ></strong >
120
120
</li >
121
121
</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 >
122
125
</template >
123
126
124
127
You canβt perform that action at this time.
0 commit comments