forked from 0x2620/oxjs
wrap more strings in Ox._
This commit is contained in:
parent
42cb002c5f
commit
535c04d386
5 changed files with 44 additions and 44 deletions
|
|
@ -175,7 +175,7 @@ Ox.Filter = function(options, self) {
|
|||
}),
|
||||
Ox.Input({
|
||||
id: 'list',
|
||||
placeholder: 'Untitled',
|
||||
placeholder: Ox._('Untitled'),
|
||||
width: 128
|
||||
})
|
||||
],
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Ox.ObjectArrayInput = function(options, self) {
|
|||
self = self || {};
|
||||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
buttonTitles: {add: 'Add', remove: 'Remove'},
|
||||
buttonTitles: {add: Ox._('Add'), remove: Ox._('Remove')},
|
||||
inputs: [],
|
||||
labelWidth: 128,
|
||||
max: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue