Redesign of language selector #100 (#101)

* feat: add new language selector in footer, add pirate language

* fix: translations in title bar not updating

* chore: refactor into separate component

* fix: update translate url

* fix: update pirate translation to use "ship" instead of "plank" for platform

a very very necessary change
This commit is contained in:
DecDuck
2025-06-08 10:33:41 +10:00
committed by GitHub
parent a199393e29
commit 0e023534a7
8 changed files with 633 additions and 91 deletions
+4
View File
@@ -8,6 +8,9 @@
<p class="text-sm leading-6 text-zinc-300">
{{ $t("drop.desc") }}
</p>
<LanguageSelector />
<div class="flex space-x-6">
<NuxtLink
v-for="item in navigation.social"
@@ -90,6 +93,7 @@
<script setup lang="ts">
import { IconsDiscordLogo, IconsGithubLogo } from "#components";
const { t } = useI18n();
const navigation = {