Skip to content

localization does not work with noConflict mode #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fnagel opened this issue May 30, 2011 · 0 comments
Open

localization does not work with noConflict mode #169

fnagel opened this issue May 30, 2011 · 0 comments

Comments

@fnagel
Copy link

fnagel commented May 30, 2011

Current version works with noConflict when working without localization files. These need to be modified. Please take a look at the original language files which are wrapped in a to work with other shortcuts than $.

jQuery(function($){ 
    $.timepicker.regional['de'] = {
        timeOnlyTitle: 'Zeit Wählen',
        timeText: 'Zeit',
        hourText: 'Stunde',
        minuteText: 'Minute',
        secondText: 'Sekunde',
        timezoneText: 'Zeitzone',
        currentText: 'Jetzt',
        closeText: 'Fertig',
        timeFormat: 'hh:mm tt',
        ampm: false
    };
    $.timepicker.setDefaults($.timepicker.regional['de']);
)}; 

Please change this asap!

Related: #156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant