forked from 0x2620/oxjs
add all untranslated Ox.UI strings to locale.de.json
This commit is contained in:
parent
04b132952e
commit
2560d503d7
3 changed files with 277 additions and 4 deletions
|
|
@ -259,7 +259,7 @@ Ox.FileInput = function(options, self) {
|
|||
return length == 0
|
||||
? Ox._('No file' + (self.multiple ? 's' : '') + ' selected')
|
||||
: self.multiple
|
||||
? Ox.formatCount(length, Ox._('file'), Ox._('files'))
|
||||
? Ox.formatCount(length, 'file')
|
||||
: self.options.value[0].name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue