feat(i18n): improve translations (#304)
This commit is contained in:
parent
a58e9ce8bd
commit
8f11dcf1f3
3 changed files with 24 additions and 19 deletions
|
@ -46,19 +46,16 @@ const teams: Team[] = [
|
|||
|
||||
<img src="/logo.svg" w-20 h-20 mxa alt="logo">
|
||||
<h1 mxa text-4xl mb4>
|
||||
Elk is in Preview!
|
||||
{{ $t('help.title') }}
|
||||
</h1>
|
||||
<p>
|
||||
Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!
|
||||
{{ $t('help.desc_para1') }}
|
||||
</p>
|
||||
<p>
|
||||
<b text-primary>Expect some bugs and missing features here and there.</b>
|
||||
We are working hard on the development and improving it over time.
|
||||
And we will soon invite you to join the force once we make it open source soon!
|
||||
</p>
|
||||
<p>
|
||||
Before that, to help boosting out development, you can sponsor our team members with the links below.
|
||||
<b text-primary>{{ $t('help.desc_highlight') }}</b>
|
||||
{{ $t('help.desc_para2') }}
|
||||
</p>
|
||||
{{ $t('help.desc_para3') }}
|
||||
<p flex="~ gap-2 wrap" mxa>
|
||||
<template v-for="team of teams" :key="team.github">
|
||||
<a :href="`https://github.com/sponsors/${team.github}`" target="_blank" rounded-full>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue