Tutte le view marketing, legali, viewer, dashboard e admin usano t(); mailer utente-facing e flash localizzati; admin con LocaleResolver e selettore lingua. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
375 B
ERB
13 lines
375 B
ERB
<%= t("mailers.invoice.hello") %>
|
|
|
|
<%= t("mailers.invoice.body_text",
|
|
number: @invoice.display_number,
|
|
date: l(@invoice.issued_on, format: :long),
|
|
amount: @invoice.formatted_amount,
|
|
club: @club.billing_legal_name.presence || @club.name) %>
|
|
|
|
<%= t("mailers.invoice.also_text") %>
|
|
|
|
<%= t("mailers.invoice.thanks") %>
|
|
<%= t("mailers.invoice.signoff") %>
|