Add Chinese and Russian Translation credits
This commit is contained in:
parent
f761393a99
commit
2254f6e639
1 changed files with 11 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue