File tree 2 files changed +5
-1
lines changed
translations/locales/es-419
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ const userSchema = new Schema({
67
67
soundOutput : { type : Boolean , default : false } ,
68
68
theme : { type : String , default : 'light' } ,
69
69
autorefresh : { type : Boolean , default : false } ,
70
- language : { type : String , default : 'en-US' }
70
+ language : { type : String , default : 'en-US' } ,
71
+ autocloseBracketsQuotes : { type : Boolean , default : true }
71
72
} ,
72
73
totalSize : { type : Number , default : 0 }
73
74
} , { timestamps : true , usePushEach : true } ) ;
Original file line number Diff line number Diff line change 131
131
"Autosave" : " Grabar automáticamente" ,
132
132
"On" : " Activar" ,
133
133
"AutosaveOnARIA" : " Grabado automático activado" ,
134
+ "AutocloseBracketsQuotes" : " Cerrar automáticamente llaves y comillas" ,
135
+ "AutocloseBracketsQuotesOnARIA" : " Activar cierre automático de llaves y comillas" ,
136
+ "AutocloseBracketsQuotesOffARIA" : " Desactivar cierre automático de llaves y comillas" ,
134
137
"Off" : " Desactivar" ,
135
138
"AutosaveOffARIA" : " Grabado automático desactivado" ,
136
139
"WordWrap" : " Ajuste automático de línea" ,
You can’t perform that action at this time.
0 commit comments