Skip to content

Commit c267b6d

Browse files
committed
fixed stuff
1 parent 2aaa6e3 commit c267b6d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ui/i18n/datepicker-de-AT.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/* Austrian initialisation for the jQuery UI date picker plugin. */
2-
/* Written by Milian Wolff ([email protected]). adapted by Florian Wegscheider for austrian Jänner/Jän */
1+
/* German/Austrian initialisation for the jQuery UI date picker plugin. */
2+
/* Based on the de initialisation. */
3+
34
( function( factory ) {
45
if ( typeof define === "function" && define.amd ) {
56

@@ -12,7 +13,7 @@
1213
}
1314
}( function( datepicker ) {
1415

15-
datepicker.regional.de = {
16+
datepicker.regional[ "de-AT" ] = {
1617
closeText: "Schließen",
1718
prevText: "<Zurück",
1819
nextText: "Vor>",
@@ -30,8 +31,8 @@ datepicker.regional.de = {
3031
isRTL: false,
3132
showMonthAfterYear: false,
3233
yearSuffix: "" };
33-
datepicker.setDefaults( datepicker.regional.de );
34+
datepicker.setDefaults( datepicker.regional[ "de-AT" ] );
3435

35-
return datepicker.regional.de;
36+
return datepicker.regional[ "de-AT" ];
3637

3738
} ) );

0 commit comments

Comments
 (0)