* views/shared/authentication etc i18n * remove ja.yml * Update _providers_registration_form.html.erb * Update registrations_spec.rb * Update _email_registration_form.html.erb * Update _forem_creator_signup.html.erb * Update spec/requests/registrations_spec.rb Co-authored-by: Michael Kohl <citizen428@forem.com> * Update dashboard_spec.rb * Update dashboard_spec.rb * Update _forem_creator_signup.html.erb * Update _forem_creator_signup.html.erb Co-authored-by: Michael Kohl <citizen428@forem.com>
4 lines
238 B
Text
4 lines
238 B
Text
<%= t("views.auth.title.text_html",
|
|
name: community_name,
|
|
maybe_size: display_estimated_user_count? ? t("views.auth.title.size", num: number_with_delimiter(estimated_user_count)) : "",
|
|
label: community_members_label) %>
|