mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add 🇪🇸 Spanish locale (#249)
This commit is contained in:
committed by
GitHub
parent
accb5b53cc
commit
748df5bcd3
@@ -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>
|
||||
|
||||
@@ -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
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user