Added basic nuxt stuff

Added index, translations (not currently working), and removed further unnecessary stuff
This commit is contained in:
Louis Hollingworth 2022-05-21 21:03:12 +01:00
parent 42d960090e
commit f1c76c22a7
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
339 changed files with 5112 additions and 2723 deletions

19
locales/en.js Normal file
View file

@ -0,0 +1,19 @@
export default {
common: {
welcome: 'Welcome to Vänner Bästa.',
desc: 'A Young Royals fan website with links to different discussion spaces.',
watch: {
title: 'Watch',
desc: 'Watch the series on Netflix',
},
learn: {
title: 'Learn',
desc: 'Learn Swedish on Babbel (referral link)',
},
discord:
'Join our community Discord server to discuss all things Young Royals',
reddit: 'Join the community subreddit to discuss Young Royals',
matrix: 'Join our Matrix space to discuss all things Young Royals',
},
};

18
locales/eo.js Normal file
View file

@ -0,0 +1,18 @@
export default {
common: {
welcome: 'Bonvenon al Vänner Bästa.',
desc: 'Young Royals Fan-retejo kun ligoj al diversaj diskutaj spacoj.',
watch: {
title: 'Viglu',
desc: 'Viglu la serio sur Netflix',
},
learn: {
title: 'Lernu',
desc: 'Lernu Sveda sur Babbel (referenco ligilon)',
},
discord:
'Aliĝu al nia Komunuma Discord-Servilo por diskuti ĉiujn Young Royals',
reddit: 'Aliĝu al la komunumo subreddit diskuti Young Royals',
matrix: 'Aliĝu al la Young Royals Matrix-spaco por diskuti ĉiujn Young Royals',
},
};

18
locales/es.js Normal file
View file

@ -0,0 +1,18 @@
export default {
common: {
welcome: 'Bienvenide a Vänner Bästa.',
desc: 'Un sitio web de fans de Young Royals con enlaces a diferentes espacios de discusión.',
watch: {
title: 'Ver',
desc: 'Ver la serie en Netflix',
},
learn: {
title: 'Aprende',
desc: 'Aprende sueco en Babbel (enlace de referencia)',
},
discord:
'Únase a nuestro servidor de Discord de la comunidad para discutir sobre Young Royals',
reddit: 'Únase al subreddit de la comunidad para discutir sobre Young Royals',
matrix: 'Únase a nuestro espacio Matrix de la comunidad para discutir sobre Young Royals',
},
};