aboutsummaryrefslogtreecommitdiff
path: root/app/config/translations/en.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-06-20 16:20:31 +0200
committerBen Beltran <ben@nsovocal.com>2020-06-20 16:20:31 +0200
commit862a5f9cdbbda522c608ea63c1e296e81f44de10 (patch)
tree126b943ec581a556dd4ff71d9403da47bb40299e /app/config/translations/en.json
parent7372fe18d4fb901d3ebb86e7a73443d4dc3afb70 (diff)
Add internationalization support
Diffstat (limited to 'app/config/translations/en.json')
-rw-r--r--app/config/translations/en.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/config/translations/en.json b/app/config/translations/en.json
index 935f4fe..468bdc1 100644
--- a/app/config/translations/en.json
+++ b/app/config/translations/en.json
@@ -5,9 +5,30 @@
"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"
+ }
}
}