mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Added translation function call
This commit is contained in:
parent
9b1fa3d66b
commit
d581abaab9
@ -73,7 +73,7 @@ define([
|
||||
var multiselect = $('<option/>').attr('value','multiselect').attr('disabled','').text('-');
|
||||
var sel = $('<select/>')
|
||||
.attr('id','cell_type')
|
||||
.attr('aria-label', 'combobox, select cell type')
|
||||
.attr('aria-label', i18n.msg._('combobox, select cell type'))
|
||||
.attr('role', 'combobox')
|
||||
.addClass('form-control select-xs')
|
||||
.append($('<option/>').attr('value','code').text(i18n.msg._('Code')))
|
||||
|
Loading…
Reference in New Issue
Block a user