Korean translation (#5185)
* Add missing Korean translations * Add Korean email confirmation template * Fix Korean typo
This commit is contained in:
10
app/views/user_mailer/confirmation_instructions.ko.text.erb
Normal file
10
app/views/user_mailer/confirmation_instructions.ko.text.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
안녕하세요 <%= @resource.email %> 님!
|
||||
|
||||
<%= @instance %>에 새로 계정을 만들었습니다.
|
||||
|
||||
아래 링크를 눌러 회원가입을 완료 하세요.
|
||||
<%= confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
약관도 확인 바랍니다. <%= terms_url %>
|
||||
|
||||
<%= @instance %> 드림
|
Reference in New Issue
Block a user