wip: working new i18n system (need to polish still)
This commit is contained in:
parent
a240a1b954
commit
d258014471
28 changed files with 1025 additions and 1769 deletions
|
|
@ -1,23 +0,0 @@
|
|||
import type { VilanticId } from "./vilantic";
|
||||
|
||||
export interface Greeting {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
author: string;
|
||||
lang: VilanticId;
|
||||
}
|
||||
|
||||
export const GREETINGS = [
|
||||
{
|
||||
title: "BRÅTULA VIOSSA.NET MÅDE",
|
||||
subtitle: "Hadjiplas per lera para Viossa – glossa fu vi",
|
||||
author: "Jez",
|
||||
lang: "viossa",
|
||||
},
|
||||
{
|
||||
title: "akka po viossa.net!",
|
||||
subtitle: "kenomasufobo o gen wi tropos o viosox",
|
||||
author: "Tetro",
|
||||
lang: "wodox",
|
||||
},
|
||||
] as const satisfies Greeting[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue