From 748df5bcd3ec23ae9e30ec35f745544718ae0fe9 Mon Sep 17 00:00:00 2001
From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com>
Date: Sat, 6 Jan 2024 17:13:56 +0100
Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=87=AA=F0=9F=87=B8=20Spanish=20loca?=
=?UTF-8?q?le=20(#249)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/SiteSettings/General/GeneralSiteSettingsP.tsx | 1 +
config/initializers/locale.rb | 2 +-
config/locales/backend/backend.es.yml | 2 +-
config/locales/es.yml | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
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'