Skip to content

Commit

Permalink
fix issue with Norwegian translation
Browse files Browse the repository at this point in the history
close #1257
  • Loading branch information
caseyjhol committed Feb 25, 2016
1 parent 24f75fa commit 6d4d3df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
26 changes: 0 additions & 26 deletions dist/js/i18n/defaults-nb_NO.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,6 @@
}
}(this, function (jQuery) {

/*!
* Bootstrap-select v1.8.1 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2015 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/

(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module unless amdModuleId is set
define(["jquery"], function (a0) {
return (factory(a0));
});
} else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
// like Node.
module.exports = factory(require("jquery"));
} else {
factory(jQuery);
}
}(this, function (jQuery) {

(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Ingen valgt',
Expand All @@ -64,7 +41,4 @@
})(jQuery);


}));


}));
8 changes: 1 addition & 7 deletions dist/js/i18n/defaults-nb_NO.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 4 additions & 25 deletions js/i18n/defaults-nb_NO.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
/*!
* Bootstrap-select v1.8.1 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2015 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
/*
* Translated default messages for bootstrap-select.
* Locale: NB (Norwegian; Bokmål)
* Region: NO (Norway)
*/

(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module unless amdModuleId is set
define(["jquery"], function (a0) {
return (factory(a0));
});
} else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
// like Node.
module.exports = factory(require("jquery"));
} else {
factory(jQuery);
}
}(this, function (jQuery) {

(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Ingen valgt',
Expand All @@ -39,6 +21,3 @@
multipleSeparator: ', '
};
})(jQuery);


}));

0 comments on commit 6d4d3df

Please sign in to comment.