Browse Source

Merge pull request #59 from lira92/master

Create a locale pt-BR
JeongHoon Byun (aka Outsider) 7 years ago
parent
commit
aa6cb164de
2 changed files with 7 additions and 1 deletions
  1. 1 1
      README.md
  2. 6 0
      locales/pt-BR

+ 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`, `es`, `fr`, `pt`, `zh-CN`, `zh-TW`, `ja` and `ko` available).
+* `locale`: application language (currently `en`, `de`, `es`, `fr`, `pt`, `pt-BR`, `zh-CN`, `zh-TW`, `ja` and `ko` available).
 
   You can test your token via curl:
 

+ 6 - 0
locales/pt-BR

@@ -0,0 +1,6 @@
+{
+  "HEADER": "Digite seu email abaixo para se juntar a %s no Slack!",
+  "ENTER_EMAIL": "Insira seu endereço de e-mail",
+  "ENTER_TOKEN": "Digite seu Token de convite que foi dado a você",
+  "TITLE": "Junte-se a comunidade %s no Slack!"
+}