From bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 9 Mar 2021 22:43:12 +0100 Subject: Update to SvelteKit --- app/config/translations/en.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 app/config/translations/en.json (limited to 'app/config/translations/en.json') diff --git a/app/config/translations/en.json b/app/config/translations/en.json deleted file mode 100644 index 468bdc1..0000000 --- a/app/config/translations/en.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "error": { - "generic": { - "title": "Error!", - "message": "Unknown error has occurred. Panic!" - } - }, - "footer": { - "choose_language": "Choose your language", - "license": "Forum is open source." - }, - "forum_list": { - "error": { - "unavailable": "Forum list unavailable." - } - }, - "forum": { - "name": { - "everything": "Everything", - "us": "Us", - "words": "Words", - "sound": "Sounds", - "structure": "Structure", - "interaction": "Interaction", - "emotion": "Emotion", - "movement": "Movement", - "belief": "Belief", - "experience": "Experience", - "online": "Online", - "the_world": "The World", - "life": "Life" - } - } -} -- cgit