Skip to content

Commonjs#505

Open
ozsvar66 wants to merge 9 commits intomasterfrom
commonjs
Open

Commonjs#505
ozsvar66 wants to merge 9 commits intomasterfrom
commonjs

Conversation

@ozsvar66
Copy link
Copy Markdown

I have made a file for the localization in hungarian language (hu). The content of the file is the next:

// Spectrum Colorpicker
// Hungarian (hu) localization
// https://github.com/bgrins/spectrum

(function ( $ ) {

var localization = $.spectrum.localization["hu"] = {
    cancelText: "Mégsem",
    chooseText: "Mentés",
    clearText: "A színválasztás visszaállítása",
    noColorSelectedText: "Nincs szín kijelölve",
    togglePaletteMoreText: "Több",
    togglePaletteLessText: "Kevesebb"
};

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

})( jQuery );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants