diff --git a/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx b/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx index 752b6396..16014be3 100644 --- a/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx +++ b/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx @@ -157,6 +157,7 @@ const GeneralSiteSettingsP = ({ + diff --git a/config/initializers/locale.rb b/config/initializers/locale.rb index 273052d7..ae7ceb1d 100644 --- a/config/initializers/locale.rb +++ b/config/initializers/locale.rb @@ -1,5 +1,5 @@ # Configure I18n to look at subfolders too I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')] -I18n.available_locales = [:en, :it, :de, :fr, :ru] +I18n.available_locales = [:en, :it, :de, :fr, :ru, :es] I18n.default_locale = :en \ No newline at end of file diff --git a/config/locales/backend/backend.es.yml b/config/locales/backend/backend.es.yml index 861e1d18..0b62ec97 100644 --- a/config/locales/backend/backend.es.yml +++ b/config/locales/backend/backend.es.yml @@ -115,7 +115,7 @@ es: subdomain: 'Subdominio' locale: 'Idioma' tenant_setting: - brand_setting: 'Visualización' + brand_display: 'Visualización' show_vote_count: 'Mostrar el número de votos a los usuarios' show_vote_button_in_board: 'Show vote buttons in board page' root_board_id: 'Root page' diff --git a/config/locales/es.yml b/config/locales/es.yml index b6701f87..8fcbdc23 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -78,7 +78,7 @@ es: step3: title: "¡Casi hemos terminado!" message: "Check your email %{email} to activate your new feedback space %{subdomain}!" - header: + header: menu: site_settings: 'Configuración del sitio' profile_settings: 'Configuración de perfil'