From 6f5268b02d49ed1b3575891ba11e858f752d1d9e Mon Sep 17 00:00:00 2001 From: pinfort Date: Wed, 12 Apr 2017 04:52:09 +0900 Subject: Add Japanese translation (#1552) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add device.ja.yml * update device.ja.yml * add file simple_form.ja.yml * 👍Added doorkeeper.ja.yml * add ja.yml * Update doorkeeper.ja.yml fixed url to uri * update ja.yml * fix some translations * fix japanese grammar of a translate * fix some translates * fix ja.yml * add ja.jsx * add Japanese user mail views * Added japanese translate locales * Added :ja to available_locales こっちも * Added "日本語" to HUMAN_LOCALES * Imported/Added ja to addLocaleData * update ja.jsx --- app/views/user_mailer/confirmation_instructions.ja.text.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.ja.text.erb (limited to 'app/views/user_mailer/confirmation_instructions.ja.text.erb') diff --git a/app/views/user_mailer/confirmation_instructions.ja.text.erb b/app/views/user_mailer/confirmation_instructions.ja.text.erb new file mode 100644 index 000000000..ad8abee2d --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.ja.text.erb @@ -0,0 +1,5 @@ +ようこそ<%= @resource.email %>さん + +以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください + +<%= confirmation_url(@resource, confirmation_token: @token) %> -- cgit