Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with J…
Loading branch information
@@ -1,4 +1,4 @@
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
/* Written by Renier Pretorius. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'af' ] = {
@@ -1,4 +1,4 @@
/* Arabic Translation for jQuery UI date picker plugin. */
/* Arabic Translation for jQuery UI date picker plugin. */
/* Khaled Alhourani -- me@khaledalhourani.com */
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
jQuery ( function ( $ ) {
@@ -1,4 +1,4 @@
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Jamil Najafov (necefov33@gmail.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'az' ] = {
@@ -1,4 +1,4 @@
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
/* Written by Stoyan Kyosev (http://svest.org). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'bg' ] = {
@@ -1,4 +1,4 @@
/* Bosnian i18n for the jQuery UI date picker plugin. */
/* Bosnian i18n for the jQuery UI date picker plugin. */
/* Written by Kenan Konjo. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'bs' ] = {
@@ -1,4 +1,4 @@
/* Czech initialisation for the jQuery UI date picker plugin. */
/* Czech initialisation for the jQuery UI date picker plugin. */
/* Written by Tomas Muller (tomas@tomas-muller.net). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'cs' ] = {
@@ -1,4 +1,4 @@
/* Danish initialisation for the jQuery UI date picker plugin. */
/* Danish initialisation for the jQuery UI date picker plugin. */
/* Written by Jan Christensen ( deletestuff@gmail.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'da' ] = {
@@ -1,4 +1,4 @@
/* German initialisation for the jQuery UI date picker plugin. */
/* German initialisation for the jQuery UI date picker plugin. */
/* Written by Milian Wolff (mail@milianw.de). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'de' ] = {
@@ -1,4 +1,4 @@
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'el' ] = {
@@ -1,4 +1,4 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'en-GB' ] = {
@@ -1,4 +1,4 @@
/* Esperanto initialisation for the jQuery UI date picker plugin. */
/* Esperanto initialisation for the jQuery UI date picker plugin. */
/* Written by Olivier M. (olivierweb@ifrance.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'eo' ] = {
@@ -1,4 +1,4 @@
/* Estonian initialisation for the jQuery UI date picker plugin. */
/* Estonian initialisation for the jQuery UI date picker plugin. */
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'et' ] = {
@@ -1,4 +1,4 @@
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
/* Karrikas-ek itzulia (karrikas@karrikas.com) */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'eu' ] = {
@@ -1,4 +1,4 @@
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
/* Javad Mowlanezhad -- jmowla@gmail.com */
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
jQuery ( function ( $ ) {
@@ -1,4 +1,4 @@
/* Faroese initialisation for the jQuery UI date picker plugin */
/* Faroese initialisation for the jQuery UI date picker plugin */
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'fo' ] = {
@@ -1,4 +1,4 @@
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'fr-CH' ] = {
@@ -1,4 +1,4 @@
/* French initialisation for the jQuery UI date picker plugin. */
/* French initialisation for the jQuery UI date picker plugin. */
/* Written by Keith Wood (kbwood{at}iinet.com.au),
Stéphane Nahmani (sholby@sholby.net),
Stéphane Raimbault <stephane.raimbault@gmail.com> */
@@ -1,4 +1,4 @@
/* Hebrew initialisation for the UI Datepicker extension. */
/* Hebrew initialisation for the UI Datepicker extension. */
/* Written by Amir Hardon (ahardon at gmail dot com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'he' ] = {
@@ -1,4 +1,4 @@
/* Croatian i18n for the jQuery UI date picker plugin. */
/* Croatian i18n for the jQuery UI date picker plugin. */
/* Written by Vjekoslav Nesek. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'hr' ] = {
@@ -1,4 +1,4 @@
/* Japanese initialisation for the jQuery UI date picker plugin. */
/* Japanese initialisation for the jQuery UI date picker plugin. */
/* Written by Kentaro SATO (kentaro@ranvis.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'ja' ] = {
@@ -1,4 +1,4 @@
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Saji Nediyanchath (saji89@gmail.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'ml' ] = {
@@ -1,4 +1,4 @@
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
jQuery ( function ( $ ) {
$ . datepicker . regional . nl = {
@@ -1,4 +1,4 @@
/* Romanian initialisation for the jQuery UI date picker plugin.
/* Romanian initialisation for the jQuery UI date picker plugin.
*
* Written by Edmond L. (ll_edmond@walla.com)
* and Ionut G. Stan (ionut.g.stan@gmail.com)
@@ -1,4 +1,4 @@
/* Albanian initialisation for the jQuery UI date picker plugin. */
/* Albanian initialisation for the jQuery UI date picker plugin. */
/* Written by Flakron Bytyqi (flakron@gmail.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'sq' ] = {
@@ -1,4 +1,4 @@
/* Serbian i18n for the jQuery UI date picker plugin. */
/* Serbian i18n for the jQuery UI date picker plugin. */
/* Written by Dejan Dimić. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'sr-SR' ] = {
@@ -1,4 +1,4 @@
/* Serbian i18n for the jQuery UI date picker plugin. */
/* Serbian i18n for the jQuery UI date picker plugin. */
/* Written by Dejan Dimić. */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'sr' ] = {
@@ -1,4 +1,4 @@
/* Swedish initialisation for the jQuery UI date picker plugin. */
/* Swedish initialisation for the jQuery UI date picker plugin. */
/* Written by Anders Ekdahl ( anders@nomadiz.se). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'sv' ] = {
@@ -1,4 +1,4 @@
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by S A Sureshkumar (saskumar@live.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'ta' ] = {
@@ -1,4 +1,4 @@
/* Thai initialisation for the jQuery UI date picker plugin. */
/* Thai initialisation for the jQuery UI date picker plugin. */
/* Written by pipo (pipo@sixhead.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'th' ] = {
@@ -1,4 +1,4 @@
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'vi' ] = {
@@ -1,4 +1,4 @@
/* Chinese initialisation for the jQuery UI date picker plugin. */
/* Chinese initialisation for the jQuery UI date picker plugin. */
/* Written by Ressol (ressol@gmail.com). */
jQuery ( function ( $ ) {
$ . datepicker . regional [ 'zh-TW' ] = {
Toggle all file notes