Make backend auto closing option label translatable
This commit is contained in:
parent
4e99ea6435
commit
a63375cd5b
|
|
@ -260,6 +260,7 @@ return [
|
|||
'code_folding' => 'Code folding',
|
||||
'word_wrap' => 'Word wrap',
|
||||
'highlight_active_line' => 'Highlight active line',
|
||||
'auto_closing' => 'Auto close tags and special characters',
|
||||
'show_invisibles' => 'Show invisible characters',
|
||||
'show_gutter' => 'Show gutter',
|
||||
'theme' => 'Color scheme'
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ fields:
|
|||
type: dropdown
|
||||
|
||||
auto_closing:
|
||||
label: Auto close tags and special characters
|
||||
label: backend::lang.editor.auto_closing
|
||||
type: checkbox
|
||||
|
||||
show_invisibles:
|
||||
|
|
|
|||
Loading…
Reference in New Issue