diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2017-10-03 06:26:28 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-02 23:26:28 +0200 |
commit | c30e4925870a31a13a4f36d4ba3ad16b7d1d93d6 (patch) | |
tree | 58390cc4eb491c3b216242f88efd911a85c9ad0c /app/views/user_mailer | |
parent | 97c02c3389b31b2459ffa157c91b7515ee1f626b (diff) |
Korean translation (#5185)
* Add missing Korean translations * Add Korean email confirmation template * Fix Korean typo
Diffstat (limited to 'app/views/user_mailer')
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.ko.html.erb | 13 | ||||
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.ko.text.erb | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.ko.html.erb b/app/views/user_mailer/confirmation_instructions.ko.html.erb new file mode 100644 index 000000000..a749cd97b --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.ko.html.erb @@ -0,0 +1,13 @@ +<p>안녕하세요 <%= @resource.email %> 님!</p> + +<p><%= @instance %>에 새로 계정을 만들었습니다.</p> + +<p>아래 링크를 눌러 회원가입을 완료 하세요:<br> +<%= link_to '계정 활성화', confirmation_url(@resource, confirmation_token: @token) %></p> + +<p>만약 위의 링크가 작동하지 않는다면 아래 URL을 복사하여 주소창에 붙여넣으세요</p> +<span><%= confirmation_url(@resource, confirmation_token: @token) %></span> + +<p> <%= link_to '약관', terms_url %>도 확인 바랍니다.</p> + +<p><%= @instance %> 드림</p> diff --git a/app/views/user_mailer/confirmation_instructions.ko.text.erb b/app/views/user_mailer/confirmation_instructions.ko.text.erb new file mode 100644 index 000000000..c46400f07 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.ko.text.erb @@ -0,0 +1,10 @@ +안녕하세요 <%= @resource.email %> 님! + +<%= @instance %>에 새로 계정을 만들었습니다. + +아래 링크를 눌러 회원가입을 완료 하세요. +<%= confirmation_url(@resource, confirmation_token: @token) %> + +약관도 확인 바랍니다. <%= terms_url %> + +<%= @instance %> 드림 |