Browse Source

Merge branch 'pr/45'

Outsider 9 years ago
parent
commit
bfb7cd9a63
2 changed files with 7 additions and 1 deletions
  1. 1 1
      README.md
  2. 6 0
      locales/es.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`, `de` and `fr` available).
+* `locale`: application language (currently `en`, `de`, `es`, `fr` and `pt` available).
 
   You can test your token via curl:
 

+ 6 - 0
locales/es.json

@@ -0,0 +1,6 @@
+{
+	"HEADER": "¡Ingresa tu dirección de email debajo para unirte a %s en Slack!",
+	"ENTER_EMAIL": "Ingresa tu dirección de email",
+	"ENTER_TOKEN": "Ingresa el código de invitación",
+	"TITLE": "¡Únete a la comunidad de %s en Slack!"
+}