Skip to content

Commit

Permalink
Merge branch 'liesislukas-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Dec 13, 2015
2 parents fd90a7e + 27e7088 commit 22e4ee1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions i18n/jquery.spectrum-lt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Spectrum Colorpicker
// Lithuanian (lt) localization
// https://github.com/liesislukas

(function ( $ ) {

var localization = $.spectrum.localization["lt"] = {
cancelText: "Atšaukti",
chooseText: "Pasirinkti",
clearText: "Išvalyti pasirinkimą",
noColorSelectedText: "Spalva nepasirinkta",
togglePaletteMoreText: "Daugiau",
togglePaletteLessText: "Mažiau"
};

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

})( jQuery );

0 comments on commit 22e4ee1

Please sign in to comment.