Skip to content

Commit

Permalink
Bump v1.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Oct 2, 2014
1 parent 30f8cc0 commit 7c6bd2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/js/i18n/pt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*!
* Bootstrap-checkbox v1.1.7 (http://vsn4ik.github.io/bootstrap-checkbox)
* Copyright 2013-2014 Vasily A. (https://github.com/vsn4ik)
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE)
*/

'use strict';

(function($) {
$.extend($.fn.checkboxpicker.defaults, {
offLabel: 'Não',
onLabel: 'Sim',
warningMessage: 'Elementos do tipo label não são suportados dentro do Bootstrap-checkbox.'
});
})(jQuery);
7 changes: 7 additions & 0 deletions dist/js/i18n/pt.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*!
* Bootstrap-checkbox v1.1.7 (http://vsn4ik.github.io/bootstrap-checkbox)
* Copyright 2013-2014 Vasily A. (https://github.com/vsn4ik)
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE)
*/

"use strict";!function(a){a.extend(a.fn.checkboxpicker.defaults,{offLabel:"Não",onLabel:"Sim",warningMessage:"Elementos do tipo label não são suportados dentro do Bootstrap-checkbox."})}(jQuery);

0 comments on commit 7c6bd2d

Please sign in to comment.