Browse Source

add Japanese language to locales.

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

+ 6 - 0
locales/ja.json

@@ -0,0 +1,6 @@
+{
+  "HEADER": "Slackで %s に参加するためにメールアドレスを入力してください!",
+  "ENTER_EMAIL": "メールアドレスを入力してください",
+  "ENTER_TOKEN": "あなたが取得した招待用トークンを入力してください。",
+  "TITLE": "Slackで %s コミュニティに参加しましょう!"
+}