Add 🇪🇸 Spanish locale (#249)

This commit is contained in:
Riccardo Graziosi
2024-01-06 17:13:56 +01:00
committed by GitHub
parent accb5b53cc
commit 748df5bcd3
4 changed files with 4 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ const GeneralSiteSettingsP = ({
<option value="it">🇮🇹 Italiano</option>
<option value="de">🇩🇪 Deutsch</option>
<option value="fr">🇫🇷 Français</option>
<option value="es">🇪🇸 Español</option>
<option value="ru">🇷🇺 Русский</option>
</select>
</div>

View File

@@ -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

View File

@@ -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'

View File

@@ -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'