File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
+
3
4
( function ( factory ) {
4
5
if ( typeof define === "function" && define . amd ) {
5
6
12
13
}
13
14
} ( function ( datepicker ) {
14
15
15
- datepicker . regional . de = {
16
+ datepicker . regional [ "de-AT" ] = {
16
17
closeText : "Schließen" ,
17
18
prevText : "<Zurück" ,
18
19
nextText : "Vor>" ,
@@ -30,8 +31,8 @@ datepicker.regional.de = {
30
31
isRTL : false ,
31
32
showMonthAfterYear : false ,
32
33
yearSuffix : "" } ;
33
- datepicker . setDefaults ( datepicker . regional . de ) ;
34
+ datepicker . setDefaults ( datepicker . regional [ "de-AT" ] ) ;
34
35
35
- return datepicker . regional . de ;
36
+ return datepicker . regional [ "de-AT" ] ;
36
37
37
38
} ) ) ;
You can’t perform that action at this time.
0 commit comments