Skip to content

Commit

Permalink
i18n - es - fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 14, 2024
1 parent 032625f commit 1aeed2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/livecodes/i18n/locales/es/translation.lokalise.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"menu.formatOnsave": "Formatear al guardar",
"menu.import": "Importar …",
"menu.layout": "Diseño vertical",
"menu.login": "Iniciar sesión",
"menu.login": "Iniciar sesión",
"menu.logout": "Cerrar sesión",
"menu.new": "Nuevo …",
"menu.open": "Abrir …",
Expand Down
2 changes: 1 addition & 1 deletion src/livecodes/i18n/locales/es/translation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const translation: I18nTranslation = {
formatOnsave: 'Formatear al guardar',
import: 'Importar …',
layout: 'Diseño vertical',
login: 'Iniciar sesión',
login: 'Iniciar sesión',
logout: 'Cerrar sesión',
new: 'Nuevo …',
open: 'Abrir …',
Expand Down

0 comments on commit 1aeed2f

Please sign in to comment.