first
This commit is contained in:
File diff suppressed because one or more lines are too long
34
safekiso-server/modules/base/wwwroot/admindek/bower_components/handsontable/js/de.js
vendored
Normal file
34
safekiso-server/modules/base/wwwroot/admindek/bower_components/handsontable/js/de.js
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
/*!
|
||||
* numeral.js language configuration
|
||||
* language : German (de) – generally useful in Germany, Austria, Luxembourg, Belgium
|
||||
* author : Marco Krage : https://github.com/sinky
|
||||
*/
|
||||
(function () {
|
||||
var language = {
|
||||
delimiters: {
|
||||
thousands: ' ',
|
||||
decimal: ','
|
||||
},
|
||||
abbreviations: {
|
||||
thousand: 'k',
|
||||
million: 'm',
|
||||
billion: 'b',
|
||||
trillion: 't'
|
||||
},
|
||||
ordinal: function (number) {
|
||||
return '.';
|
||||
},
|
||||
currency: {
|
||||
symbol: '€'
|
||||
}
|
||||
};
|
||||
|
||||
// Node
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
module.exports = language;
|
||||
}
|
||||
// Browser
|
||||
if (typeof window !== 'undefined' && this.numeral && this.numeral.language) {
|
||||
this.numeral.language('de', language);
|
||||
}
|
||||
}());
|
||||
25181
safekiso-server/modules/base/wwwroot/admindek/bower_components/handsontable/js/handsontable.full.js
vendored
Normal file
25181
safekiso-server/modules/base/wwwroot/admindek/bower_components/handsontable/js/handsontable.full.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user