Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found a couple of options more: NumericTextBox, Upload #34

Open
germansak opened this issue Aug 21, 2013 · 2 comments
Open

Found a couple of options more: NumericTextBox, Upload #34

germansak opened this issue Aug 21, 2013 · 2 comments

Comments

@germansak
Copy link

Hi, I actually don't know how to operate on this scenario so I leave it to moderators or loudenvier to add them where it belongs
Hope it helps

//Text of arrows in NumericTextBox or IntegerTextBox
kendo.ui.NumericTextBox.prototype.options =
$.extend(kendo.ui.NumericTextBox.prototype.options, {
upArrowText: "Incrementar valor",
downArrowText: "Decrementar valor"
});

//Text of buttons in Upload
kendo.ui.Upload.prototype.options.localization =
$.extend(kendo.ui.Upload.prototype.options.localization, {
select: "Cargar...",
remove: "Borrar",
removeAll: "Borrar todos"
});

@loudenvier
Copy link
Owner

Thank you very much for spotting this!

This must be new options introduced on the newer releases! I'll try to translate as much as possible (given my world-wide talent for languages -> google translate) for each language we already have, and I'll try to notify the authors of each translation to check it out!

Thank you again!

@loudenvier
Copy link
Owner

OMG! I forgot about this comment!!! I'll add the missing/new options ASAP!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants