Translations (#225)

This commit is contained in:
Luke Vella 2022-07-17 17:11:56 +01:00 committed by GitHub
parent 9c61d34f24
commit bfb14b0e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 342 additions and 275 deletions

View file

@ -34,32 +34,32 @@ const Footer: React.VoidFunctionComponent = () => {
aria-label="Star lukevella/rallly on GitHub"
data-show-count={true}
>
Star
{t("star")}
</GitHubButton>
<GitHubButton
href="https://github.com/sponsors/lukevella"
data-icon="octicon-heart"
aria-label="Sponsor @lukevella on GitHub"
>
Sponsor this project
{t("sponsorThisProject")}
</GitHubButton>
</div>
</div>
<div className="col-span-6 md:col-span-2">
<div className="mb-4 font-medium">Links</div>
<div className="mb-4 font-medium">{t("links")}</div>
<ul>
<li>
<a
className="font-normal leading-loose text-gray-400 hover:text-gray-800 hover:no-underline"
href="https://github.com/lukevella/rallly/discussions"
>
Forum
{t("discussions")}
</a>
</li>
<li>
<Link href="https://blog.rallly.co">
<a className="font-normal leading-loose text-gray-400 hover:text-gray-800 hover:no-underline">
Blog
{t("blog")}
</a>
</Link>
</li>
@ -68,20 +68,20 @@ const Footer: React.VoidFunctionComponent = () => {
href="https://support.rallly.co"
className="font-normal leading-loose text-gray-400 hover:text-gray-800 hover:no-underline"
>
Support
{t("support")}
</a>
</li>
<li>
<Link href="/privacy-policy">
<a className="font-normal leading-loose text-gray-400 hover:text-gray-800 hover:no-underline">
Privacy Policy
{t("privacyPolicy")}
</a>
</Link>
</li>
</ul>
</div>
<div className="col-span-6 md:col-span-2">
<div className="mb-4 font-medium">Follow</div>
<div className="mb-4 font-medium">{t("follow")}</div>
<ul>
<li>
<a
@ -107,7 +107,7 @@ const Footer: React.VoidFunctionComponent = () => {
className="inline-block text-white"
>
<span className="mb-1 inline-block w-full text-right text-xs italic text-gray-400">
Powered by
{t("poweredBy")}
</span>
<Vercel className="w-24" />
</a>