File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 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+
34( function ( factory ) {
45 if ( typeof define === "function" && define . amd ) {
56
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} ) ) ;
You can’t perform that action at this time.
0 commit comments