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

View File

@ -1,9 +1,5 @@
<template>
<div class="w-full flex flex-col overflow-x-hidden">
<DevOnly
><h1 class="text-gray-100">{{ $t("welcome") }}</h1>
</DevOnly>
<!-- Hero section -->
<VueCarousel
v-if="recent.length > 0"