feat: completed wodox locale; improved i18n logic
This commit is contained in:
parent
9d5e67136e
commit
00651b8e36
11 changed files with 213 additions and 125 deletions
|
|
@ -1,20 +1,19 @@
|
|||
import type { Locale } from "@/i18n/locale";
|
||||
import flakkaImg from "@/assets/flakka.png";
|
||||
import type { DeepPartial } from "@/utils/deep-partial";
|
||||
|
||||
export default {
|
||||
localeName: "Viossa",
|
||||
home: {
|
||||
layout: null,
|
||||
data: {
|
||||
whatIsViossa: {
|
||||
title: "Kafaen afto Viossa",
|
||||
text: "Viossa tte glossa mahena grun vi nai vil fshtojena na bakadjin, grun vi svinnur ja! De aldjin zovti lera ne",
|
||||
image: flakkaImg,
|
||||
alt: "Flag of the Viossa Language",
|
||||
layout: {
|
||||
data: {
|
||||
whatIsViossa: {
|
||||
title: "Kafaen afto Viossa",
|
||||
text: "Viossa tte glossa mahena grun vi nai vil fshtojena na bakadjin, grun vi svinnur ja! De aldjin zovti lera ne",
|
||||
image: flakkaImg,
|
||||
alt: "Flag of the Viossa Language",
|
||||
},
|
||||
},
|
||||
historyOfViossa: null,
|
||||
community: null,
|
||||
},
|
||||
},
|
||||
resources: { layout: null, data: { discord: null } },
|
||||
} as const satisfies Locale;
|
||||
} as const satisfies DeepPartial<Locale>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue