Get off off rails-assets
Just moving the things we currently use (and should drop in the ASAP) to vendor/assets
This commit is contained in:
parent
9fd0807a9a
commit
b6560dbb34
659 changed files with 129299 additions and 67 deletions
17
vendor/assets/javascripts/spectrum/i18n/jquery.spectrum-ar.js
vendored
Normal file
17
vendor/assets/javascripts/spectrum/i18n/jquery.spectrum-ar.js
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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 );
|
||||
Loading…
Add table
Add a link
Reference in a new issue