Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
2 changed files with 10 additions and 6 deletions
Showing only changes of commit 1491642209 - Show all commits

View File

@@ -567,7 +567,7 @@
"message": "Failed to load random projects :("
},
"landing.feature.follow.description": {
"message": "Get notified every time your favorite projects update and stay in the loop"
"message": "Get notified every time your favorite projects update and stay in the loop."
},
"landing.feature.follow.heading": {
"message": "Follow projects you love"
@@ -642,7 +642,7 @@
"message": "Sort by"
},
"landing.section.for-creators.description": {
"message": "Give an online home to your creations and reach a massive audience of dedicated players"
"message": "Give an online home to your creations and reach a massive audience of dedicated players."
},
"landing.section.for-creators.label": {
"message": "For Creators"

View File

@@ -204,8 +204,10 @@
<h3>{{ formatMessage(messages.playWithLauncherHeading) }}</h3>
<p>
<IntlFormatted :message-id="messages.playWithLauncherDescription">
<template #link>
<nuxt-link class="title-link" to="/app">our own app</nuxt-link>
<template #link="{ children }">
<nuxt-link class="title-link" to="/app">
<component :is="() => children" />
</nuxt-link>
</template>
</IntlFormatted>
</p>
@@ -531,7 +533,7 @@ const messages = defineMessages({
creatorsDescription: {
id: 'landing.section.for-creators.description',
defaultMessage:
'Give an online home to your creations and reach a massive audience of dedicated players',
'Give an online home to your creations and reach a massive audience of dedicated players.',
},
findWhatYouWantHeading: {
id: 'landing.feature.search.heading',
@@ -548,7 +550,7 @@ const messages = defineMessages({
},
followProjectsDescription: {
id: 'landing.feature.follow.description',
defaultMessage: 'Get notified every time your favorite projects update and stay in the loop',
defaultMessage: 'Get notified every time your favorite projects update and stay in the loop.',
},
playWithLauncherHeading: {
id: 'landing.feature.launcher.heading',
@@ -1287,6 +1289,7 @@ const creatorFeatureMessages = defineMessages({
font-weight: 600;
line-height: 100%;
margin: 0 0 0.25rem;
width: 100%;
}
.main-header-strong {
@@ -1298,6 +1301,7 @@ const creatorFeatureMessages = defineMessages({
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
color: transparent;
white-space: nowrap;
}
.animate-strong {