소스 검색

Make salutation of email localizable (#4454)

master
unarist 6 년 전
committed by Eugen Rochko
부모
커밋
155ba8fd3a
8개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -1
      app/views/admin_mailer/new_report.text.erb
  2. +1
    -1
      app/views/notification_mailer/digest.text.erb
  3. +1
    -1
      app/views/notification_mailer/favourite.text.erb
  4. +1
    -1
      app/views/notification_mailer/follow.text.erb
  5. +1
    -1
      app/views/notification_mailer/follow_request.text.erb
  6. +1
    -1
      app/views/notification_mailer/mention.text.erb
  7. +1
    -1
      app/views/notification_mailer/reblog.text.erb
  8. +1
    -0
      config/locales/en.yml

+ 1
- 1
app/views/admin_mailer/new_report.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('admin_mailer.new_report.body', target: @report.target_account.acct, reporter: @report.account.acct) %>



+ 1
- 1
app/views/notification_mailer/digest.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.digest.body', since: l(@since), instance: root_url) %>
<% @notifications.each do |notification| %>


+ 1
- 1
app/views/notification_mailer/favourite.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.favourite.body', name: @account.acct) %>



+ 1
- 1
app/views/notification_mailer/follow.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.follow.body', name: @account.acct) %>



+ 1
- 1
app/views/notification_mailer/follow_request.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>



+ 1
- 1
app/views/notification_mailer/mention.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.mention.body', name: @status.account.acct) %>



+ 1
- 1
app/views/notification_mailer/reblog.text.erb 파일 보기

@@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.reblog.body', name: @account.acct) %>



+ 1
- 0
config/locales/en.yml 파일 보기

@@ -215,6 +215,7 @@ en:
body: "%{reporter} has reported %{target}"
subject: New report for %{instance} (#%{id})
application_mailer:
salutation: '%{name},'
settings: 'Change e-mail preferences: %{link}'
signature: Mastodon notifications from %{instance}
view: 'View:'


불러오는 중...
취소
저장