Browse Source

Merge pull request #44 from lukaskollmer/master

Added german localization
JeongHoon Byun (aka Outsider) 9 years ago
parent
commit
8e026bee5c
2 changed files with 7 additions and 1 deletions
  1. 1 1
      README.md
  2. 6 0
      locales/de.json

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ fill out `config.js` as your infomation.
   **You should generate the token in admin user, not owner.**
   If you generate the token in owner user, `missing_scope` error will be occurred.
 * `inviteToken`: an optional security measure - if it is set, then that token will be required to get invited.
-* `locale`: application language (currently `en` and `fr` available).
+* `locale`: application language (currently `en`, `de` and `fr` available).
 
   You can test your token via curl:
 

+ 6 - 0
locales/de.json

@@ -0,0 +1,6 @@
+{
+	"HEADER": "Gib deine E-Mail Adresse an, um %s auf Slack beizutreten!",
+	"ENTER_EMAIL": "Deine E-Mail Adresse",
+	"ENTER_TOKEN": "Gib deinen Zugangscode an",
+	"TITLE": "Tritt %s auf Slack bei!"
+}