Use language names for selectors

This commit is contained in:
Johannes Zellner
2020-11-20 18:09:09 +01:00
parent f252b01ae2
commit 38fc329b9f
5 changed files with 30 additions and 22 deletions
+6
View File
@@ -1337,5 +1337,11 @@
"resetAction": "Click to reset your password",
"expireNote": "Please note that the password reset link will expire in 24 hours.",
"resetActionText": "To reset your password, please visit the following page: <%- resetLink %>"
},
"lang": {
"en": "English",
"de": "German",
"fr": "French",
"it": "Italian"
}
}