i18n DebugLogView

// FREEBIE
This commit is contained in:
lilia 2015-12-25 23:01:22 -08:00
parent 1d6e391dd6
commit c6956f81d0
3 changed files with 21 additions and 4 deletions

View file

@ -16,6 +16,13 @@
'submit': 'submit',
'click .close': 'close'
},
render_attributes: {
title: i18n('submitDebugLog'),
cancel: i18n('cancel'),
submit: i18n('submit'),
close: i18n('gotIt'),
debugLogExplanation: i18n('debugLogExplanation')
},
close: function(e) {
e.preventDefault();
this.remove();