feat: add Viossa i18n

This commit is contained in:
Sheldon Cooper 2025-06-05 23:59:46 -04:00
parent ddac56a693
commit 8ecc528634
7 changed files with 87 additions and 26 deletions

View file

@ -20,11 +20,14 @@ export default {
"resources": [
{
"title": "Discord Server",
"desc": "This is where most of the action happens! Hop on in!",
"subtitle": "This is where most of the action happens! Hop on in!",
"desc": "Originally started in 2015 something something read the rules here, then click the link below to join!",
"link": "https://discord.gg/g3mG2gYjZD",
"rulesLink": "https://discord.gg/g3mG2gYjZD",
"image": "discord.png",
"alt": "Discord logo",
"linkText": "Join"
"joinText": "Join",
"rulesText": "Rules"
}
]
}