UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

18 lines (14 loc) 485 B
// Spectrum Colorpicker // Arabic (ar) localization // https://github.com/bgrins/spectrum (function ( $ ) { var localization = $.spectrum.localization["ar"] = { cancelText: "إلغاء", chooseText: "إختار", clearText: "إرجاع الألوان على ما كانت", noColorSelectedText: "لم تختار أي لون", togglePaletteMoreText: "أكثر", togglePaletteLessText: "أقل" }; $.extend($.fn.spectrum.defaults, localization); })( jQuery );