Add Chinese and Russian Translation credits

This commit is contained in:
Echo 2024-07-27 03:53:37 -04:00
parent f761393a99
commit 2254f6e639
No known key found for this signature in database
GPG key ID: 7111BC5001E738B7

View file

@ -10,8 +10,18 @@ const t = i18n.inferLangUseTranslations(Astro.url);
{t("ultraviolet")} - <Link href="https://titaniumnetwork.org/" newTab>Titanium Network</Link>
</p>
<p class="credit-item">
{t("settings.credits.japaneseTranslations")} - <Link href="https://wearr.dev" newTab>wearr</Link>
{t("settings.credits.jpTranslations")} - <Link href="https://wearr.dev" newTab>wearr</Link>
</p>
<p class="credit-item">
{t("settings.credits.ruTranslations")} - <Link href="https://3kh0.net" newTab>Echo</Link>
</p>
<p class="credit-item">
{t("settings.credits.zhTranslations")} - <Link href="https://3kh0.net" newTab>Echo</Link>
</p>
<p class="credit-item">
French Translations - <Link href="https://github.com/notboeing747" newTab>notboeing747</Link>
</p>
<!-- todo: finish localization for this page -->
<p class="credit-item">
{t("settings.credits.mochaandmacchiatothemes")} - <Link href="https://github.com/catppuccin/catppuccin" newTab>Catppuccin</Link>
</p>
@ -21,9 +31,6 @@ const t = i18n.inferLangUseTranslations(Astro.url);
<p class="credit-item">
Rosé Pine Theme - <Link href="https://rosepinetheme.com/" newTab>Rosé Pine</Link>
</p>
<p class="credit-item">
French Translations - <Link href="https://github.com/notboeing747" newTab>notboeing747</Link>
</p>
</div>
</div>