phodal/congee

View on GitHub
scripts/spectrum/i18n/jquery.spectrum-he.js

Summary

Maintainability
A
3 hrs
Test Coverage
// Spectrum Colorpicker
// Hebrew (he) localization
// https://github.com/bgrins/spectrum

(function ( $ ) {

    var localization = $.spectrum.localization["he"] = {
        cancelText: "בטל בחירה",
        chooseText: "בחר צבע",
        clearText: "אפס בחירה",
        noColorSelectedText: "לא נבחר צבע",
        togglePaletteMoreText: "עוד צבעים",
        togglePaletteLessText: "פחות צבעים"
    };

    $.extend($.fn.spectrum.defaults, localization);

})( jQuery );