Translation for toggle_on & toggle_off checkbox attributes

This commit is contained in:
nathangray
2019-02-26 09:54:16 -07:00
parent 89235e643d
commit 25197037b4
3 changed files with 8 additions and 2 deletions

View File

@ -56,13 +56,15 @@ var et2_checkbox = (function(){ "use strict"; return et2_inputWidget.extend(
"name": "Toggle on caption",
"type": "string",
"default": "",
"description": "String caption to show for ON status"
"description": "String caption to show for ON status",
"translate": true
},
"toggle_off": {
"name": "Toggle off caption",
"type": "string",
"default": "",
"description": "String caption to show OFF status"
"description": "String caption to show OFF status",
"translate": true
}
},