Updated about page

This commit is contained in:
RemixDev 2021-10-28 15:16:00 +02:00
parent ca3c10b295
commit 9a4ff572c0
3 changed files with 7 additions and 6 deletions

View File

@ -26,7 +26,7 @@
<li v-html="$t('about.thanks')"></li> <li v-html="$t('about.thanks')"></li>
<i18n path="about.upToDate.text" tag="li"> <i18n path="about.upToDate.text" tag="li">
<template #newsChannel> <template #newsChannel>
<a href="https://t.me/RemixDevNews" target="_blank">{{ $t('about.upToDate.newsChannel') }}</a> <a href="https://tg.deemix.app" target="_blank">{{ $t('about.upToDate.newsChannel') }}</a>
</template> </template>
</i18n> </i18n>
</ul> </ul>
@ -46,7 +46,10 @@
<a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a> <a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a>
</li> </li>
<li> <li>
<a href="https://t.me/RemixDevNews" target="_blank">📰 {{ $t('about.newsChannel') }}</a> <a href="https://tg.deemix.app" target="_blank">📰 {{ $t('about.newsChannel') }}</a>
</li>
<li>
<a href="https://t.me/RemixDevNews" target="_blank">💾 {{ $t('about.devlogChannel') }}</a>
</li> </li>
</ul> </ul>
@ -118,10 +121,6 @@
<strong>PayPal:</strong> <strong>PayPal:</strong>
<a href="https://paypal.me/RemixDev" target="_blank">PayPal.me/RemixDev</a> <a href="https://paypal.me/RemixDev" target="_blank">PayPal.me/RemixDev</a>
</li> </li>
<li>
<i class="ethereum" v-html="ethereum" />
<strong>Ethereum:</strong> 0x1d2aa67e671485CD4062289772B662e0A6Ff976c
</li>
</ul> </ul>
<h2>{{ $t('about.titles.license') }}</h2> <h2>{{ $t('about.titles.license') }}</h2>

View File

@ -81,6 +81,7 @@ const en = {
officialWebuiRepo: 'Official WebUI Repository', officialWebuiRepo: 'Official WebUI Repository',
officialSubreddit: 'Official Subreddit', officialSubreddit: 'Official Subreddit',
newsChannel: 'News Channel', newsChannel: 'News Channel',
devlogChannel: 'Devlog Channel',
questions: { questions: {
text: `If you have questions or problems with the app, search for a solution on the {subreddit} first. Then, if you don't find anything you can make a post with your issue on the subreddit.`, text: `If you have questions or problems with the app, search for a solution on the {subreddit} first. Then, if you don't find anything you can make a post with your issue on the subreddit.`,
subreddit: 'subreddit' subreddit: 'subreddit'

View File

@ -82,6 +82,7 @@ const it = {
officialWebuiRepo: `Repository Ufficiale dell'Interfaccia Web`, officialWebuiRepo: `Repository Ufficiale dell'Interfaccia Web`,
officialSubreddit: 'Subreddit Ufficiale', officialSubreddit: 'Subreddit Ufficiale',
newsChannel: 'Canale delle news', newsChannel: 'Canale delle news',
devlogChannel: 'Canale Devlog',
questions: { questions: {
text: `Se dovessi avere domande o problemi con l'app, cerca prima una soluzione nel {subreddit}. Se non trovi nulla, puoi postare li il tuo problema.`, text: `Se dovessi avere domande o problemi con l'app, cerca prima una soluzione nel {subreddit}. Se non trovi nulla, puoi postare li il tuo problema.`,
subreddit: 'subreddit ufficiale' subreddit: 'subreddit ufficiale'