diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
| commit | bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (patch) | |
| tree | e5f0dcbc14d3009c17e5f562404fe19f6aceab73 /app/config/translations/en.json | |
| parent | 862a5f9cdbbda522c608ea63c1e296e81f44de10 (diff) | |
Update to SvelteKit
Diffstat (limited to 'app/config/translations/en.json')
| -rw-r--r-- | app/config/translations/en.json | 34 |
1 files changed, 0 insertions, 34 deletions
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 <a href=\"{licenseUrl}\">open source.</a>" - }, - "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" - } - } -} |