Skip to content
Snippets Groups Projects
Commit 3794e4e3 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix syntax error

parent 9d9bb1d7
No related branches found
No related tags found
No related merge requests found
const en = {
const es = {
"column_back_button.label": "Atrás",
"lightbox.close": "Cerrar",
"loading_indicator.label": "Cargando...",
......@@ -9,7 +9,7 @@ const en = {
"status.favourite": "Favourito",
"status.reblogged_by": "{name} republicado",
"video_player.toggle_sound": "Act/Desac. sonido",
"account.mention": "Mención
"account.mention": "Mención",
"account.edit_profile": "Editar perfil",
"account.unblock": "Desbloquear",
"account.unfollow": "Dejar de seguir",
......@@ -46,4 +46,4 @@ const en = {
"upload_form.undo": "Deshacer"
};
export default en;
export default es;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment