Completa i18n IT/EN/FR/DE/ES su sito pubblico, area autenticata e admin.
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>
This commit is contained in:
@@ -73,6 +73,7 @@ Rails.application.routes.draw do
|
||||
get "login", to: "auth#new", as: :login
|
||||
post "login", to: "auth#create"
|
||||
delete "logout", to: "auth#destroy", as: :logout
|
||||
patch "locale", to: "locales#update", as: :locale
|
||||
resource :password, only: %i[edit update], controller: "passwords"
|
||||
|
||||
root to: "dashboard#index"
|
||||
|
||||
Reference in New Issue
Block a user