Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel01 committed Jan 7, 2021
2 parents dbfb670 + 728d849 commit 4ed717e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
34 changes: 34 additions & 0 deletions lang/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"_CodeMirror": {
"I18N": {
"LANGUAGE": "Español",
"MAINTAINERS": "@Viriato139ac#0342"
},
"settings": {
"macroEditor": {
"name": "Usar para la edición de macros",
"hint": "Usa un editor CodeMirror en el diálogo de edición de macros. Este ajuste no es compatible con otros modulos que editen el editor de macros, como The Furnace"
},
"smartIndent": {
"name": "Indentación inteligente",
"hint": "Si se debe usar la indentación sensible al contexto proporcionada por el modo actual (o simplemente indentar igual que la línea anterior)"
},
"indentUnit": {
"name": "Profundidad de indentidad",
"hint": "Cuantos espacios se deben indentar por bloque (cuya definición dependerá del lenguaje)"
},
"tabSize": {
"name": "Tamaño de tabulación",
"hint": "Ancho del carácter de tabulación"
},
"indentWithTabs": {
"name": "Indentar con tabulaciones",
"hint": "Si, al indentar, se deben reemplazar los primeros N*tabSize espacios con N tabulaciones"
},
"lineWrapping": {
"name": "Saltos de línea",
"hint": "Si CodeMirror debe desplazarse o recortar cuando se encuentre con líneas de gran longitud"
}
}
}
}
5 changes: 5 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "langs/es.json"
}
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json",
Expand Down

0 comments on commit 4ed717e

Please sign in to comment.