Updated about page
This commit is contained in:
parent
ca3c10b295
commit
9a4ff572c0
@ -26,7 +26,7 @@
|
||||
<li v-html="$t('about.thanks')"></li>
|
||||
<i18n path="about.upToDate.text" tag="li">
|
||||
<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>
|
||||
</i18n>
|
||||
</ul>
|
||||
@ -46,7 +46,10 @@
|
||||
<a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a>
|
||||
</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>
|
||||
</ul>
|
||||
|
||||
@ -118,10 +121,6 @@
|
||||
<strong>PayPal:</strong>
|
||||
<a href="https://paypal.me/RemixDev" target="_blank">PayPal.me/RemixDev</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="ethereum" v-html="ethereum" />
|
||||
<strong>Ethereum:</strong> 0x1d2aa67e671485CD4062289772B662e0A6Ff976c
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>{{ $t('about.titles.license') }}</h2>
|
||||
|
@ -81,6 +81,7 @@ const en = {
|
||||
officialWebuiRepo: 'Official WebUI Repository',
|
||||
officialSubreddit: 'Official Subreddit',
|
||||
newsChannel: 'News Channel',
|
||||
devlogChannel: 'Devlog Channel',
|
||||
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.`,
|
||||
subreddit: 'subreddit'
|
||||
|
@ -82,6 +82,7 @@ const it = {
|
||||
officialWebuiRepo: `Repository Ufficiale dell'Interfaccia Web`,
|
||||
officialSubreddit: 'Subreddit Ufficiale',
|
||||
newsChannel: 'Canale delle news',
|
||||
devlogChannel: 'Canale Devlog',
|
||||
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.`,
|
||||
subreddit: 'subreddit ufficiale'
|
||||
|
Loading…
Reference in New Issue
Block a user