mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add brainrot locale
This commit is contained in:
parent
2ceee4827f
commit
c3a2e5e850
26 changed files with 355 additions and 36 deletions
|
|
@ -17,7 +17,7 @@ import * as m from "~/paraglide/messages.js";
|
|||
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
breadcrumbs: [
|
||||
breadcrumbs: () => [
|
||||
{
|
||||
text: m.chunky_awake_mallard_grow(),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const username = (route.params.username as string).startsWith("@")
|
|||
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
breadcrumbs: [
|
||||
breadcrumbs: () => [
|
||||
{
|
||||
text: m.tough_nice_ox_drum(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue