Skip to content

Commit 0678d60

Browse files
committed
Merge pull request jquery#202 from kzys/trac-6734
Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
2 parents fd1b4f8 + f505de6 commit 0678d60

31 files changed

+31
-31
lines changed

ui/i18n/jquery.ui.datepicker-af.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
1+
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
22
/* Written by Renier Pretorius. */
33
jQuery(function($){
44
$.datepicker.regional['af'] = {

ui/i18n/jquery.ui.datepicker-ar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Arabic Translation for jQuery UI date picker plugin. */
1+
/* Arabic Translation for jQuery UI date picker plugin. */
22
/* Khaled Alhourani -- me@khaledalhourani.com */
33
/* 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 */
44
jQuery(function($){

ui/i18n/jquery.ui.datepicker-az.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
1+
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
22
/* Written by Jamil Najafov (necefov33@gmail.com). */
33
jQuery(function($) {
44
$.datepicker.regional['az'] = {

ui/i18n/jquery.ui.datepicker-bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
1+
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
22
/* Written by Stoyan Kyosev (http://svest.org). */
33
jQuery(function($){
44
$.datepicker.regional['bg'] = {

ui/i18n/jquery.ui.datepicker-bs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bosnian i18n for the jQuery UI date picker plugin. */
1+
/* Bosnian i18n for the jQuery UI date picker plugin. */
22
/* Written by Kenan Konjo. */
33
jQuery(function($){
44
$.datepicker.regional['bs'] = {

ui/i18n/jquery.ui.datepicker-cs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Czech initialisation for the jQuery UI date picker plugin. */
1+
/* Czech initialisation for the jQuery UI date picker plugin. */
22
/* Written by Tomas Muller (tomas@tomas-muller.net). */
33
jQuery(function($){
44
$.datepicker.regional['cs'] = {

ui/i18n/jquery.ui.datepicker-da.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Danish initialisation for the jQuery UI date picker plugin. */
1+
/* Danish initialisation for the jQuery UI date picker plugin. */
22
/* Written by Jan Christensen ( deletestuff@gmail.com). */
33
jQuery(function($){
44
$.datepicker.regional['da'] = {

ui/i18n/jquery.ui.datepicker-de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* German initialisation for the jQuery UI date picker plugin. */
1+
/* German initialisation for the jQuery UI date picker plugin. */
22
/* Written by Milian Wolff (mail@milianw.de). */
33
jQuery(function($){
44
$.datepicker.regional['de'] = {

ui/i18n/jquery.ui.datepicker-el.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
1+
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
22
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
33
jQuery(function($){
44
$.datepicker.regional['el'] = {

ui/i18n/jquery.ui.datepicker-en-GB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* English/UK initialisation for the jQuery UI date picker plugin. */
1+
/* English/UK initialisation for the jQuery UI date picker plugin. */
22
/* Written by Stuart. */
33
jQuery(function($){
44
$.datepicker.regional['en-GB'] = {

0 commit comments

Comments
 (0)