summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorSheogorath2018-11-23 17:10:31 +0100
committerSheogorath2018-11-23 17:10:44 +0100
commit494a0d5f065f4c5ffdc8795f51cb747426df72b3 (patch)
tree3f79068cbe58b27e46320b41c3bca63aa030552b /locales
parentf9929605af6ce7ff84db6f0dc125713538082a78 (diff)
Add some missing translations
There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json
index ead7ce2f..262b5f77 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -113,5 +113,7 @@
"Delete user": "Delete user",
"Export user data": "Export user data",
"Help us translating on %s": "Help us translating on %s",
- "Source Code": "Source Code"
+ "Source Code": "Source Code",
+ "Powered by": "Powered by",
+ "Register": "Register"
}