Louis Hollingworth
f1c76c22a7
Added index, translations (not currently working), and removed further unnecessary stuff
19 lines
543 B
JavaScript
19 lines
543 B
JavaScript
|
|
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',
|
|
},
|
|
}; |