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
|
|
@ -62,7 +62,7 @@ Ox.Picker = function(options, self) {
|
|||
.appendTo(self.$bar);
|
||||
|
||||
self.$doneButton = Ox.Button({
|
||||
title: 'Done',
|
||||
title: Ox._('Done'),
|
||||
width: 48
|
||||
})
|
||||
.click(hideMenu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue