forked from 0x2620/oxjs
add localization to Ox
This commit is contained in:
parent
b68b827d7b
commit
4d8c716d0b
31 changed files with 499 additions and 352 deletions
|
|
@ -172,8 +172,8 @@ Ox.ArrayEditable = function(options, self) {
|
|||
: ''
|
||||
) + (
|
||||
self.options.editable
|
||||
? 'Click to select' + (
|
||||
item.editable ? ', doubleclick to edit' : ''
|
||||
? Ox._('Click to select') + (
|
||||
item.editable ? Ox._(', doubleclick to edit') : ''
|
||||
)
|
||||
: ''
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue