Skip to content

Commit

Permalink
Update jquery.spectrum-he.js
Browse files Browse the repository at this point in the history
few hebrew text adaptations
  • Loading branch information
royvelich committed Oct 1, 2014
1 parent 030ca2f commit 112a665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i18n/jquery.spectrum-he.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
(function ( $ ) {

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

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

0 comments on commit 112a665

Please sign in to comment.