mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +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="it">🇮🇹 Italiano</option>
|
||||||
<option value="de">🇩🇪 Deutsch</option>
|
<option value="de">🇩🇪 Deutsch</option>
|
||||||
<option value="fr">🇫🇷 Français</option>
|
<option value="fr">🇫🇷 Français</option>
|
||||||
|
<option value="es">🇪🇸 Español</option>
|
||||||
<option value="ru">🇷🇺 Русский</option>
|
<option value="ru">🇷🇺 Русский</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Configure I18n to look at subfolders too
|
# Configure I18n to look at subfolders too
|
||||||
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')]
|
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
|
I18n.default_locale = :en
|
||||||
@@ -115,7 +115,7 @@ es:
|
|||||||
subdomain: 'Subdominio'
|
subdomain: 'Subdominio'
|
||||||
locale: 'Idioma'
|
locale: 'Idioma'
|
||||||
tenant_setting:
|
tenant_setting:
|
||||||
brand_setting: 'Visualización'
|
brand_display: 'Visualización'
|
||||||
show_vote_count: 'Mostrar el número de votos a los usuarios'
|
show_vote_count: 'Mostrar el número de votos a los usuarios'
|
||||||
show_vote_button_in_board: 'Show vote buttons in board page'
|
show_vote_button_in_board: 'Show vote buttons in board page'
|
||||||
root_board_id: 'Root page'
|
root_board_id: 'Root page'
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ es:
|
|||||||
step3:
|
step3:
|
||||||
title: "¡Casi hemos terminado!"
|
title: "¡Casi hemos terminado!"
|
||||||
message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
|
message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
|
||||||
header:
|
header:
|
||||||
menu:
|
menu:
|
||||||
site_settings: 'Configuración del sitio'
|
site_settings: 'Configuración del sitio'
|
||||||
profile_settings: 'Configuración de perfil'
|
profile_settings: 'Configuración de perfil'
|
||||||
|
|||||||
Reference in New Issue
Block a user