Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
This commit is contained in:
parent
42d960090e
commit
f1c76c22a7
339 changed files with 5112 additions and 2723 deletions
19
locales/en.js
Normal file
19
locales/en.js
Normal 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',
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue