1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00
invoiceninja/public/vendor/spectrum/i18n/jquery.spectrum-de.js

15 lines
305 B
JavaScript
Raw Normal View History

2014-04-29 22:46:40 +02:00
// Spectrum Colorpicker
// German (de) localization
// https://github.com/bgrins/spectrum
(function ( $ ) {
var localization = $.spectrum.localization["de"] = {
cancelText: "Abbrechen",
chooseText: "Wählen"
};
$.extend($.fn.spectrum.defaults, localization);
})( jQuery );