Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commonjs #505

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commonjs #505

wants to merge 9 commits into from

Conversation

ozsvar66
Copy link

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