django-bootstrap-datepicker-plus
                                
                                 django-bootstrap-datepicker-plus copied to clipboard
                                
                                    django-bootstrap-datepicker-plus copied to clipboard
                            
                            
                            
                        Localization of DatePickerInput button titles missing or not applied
Describe the bug
When setting the locale, almost everything is translated. Months, Days, the week day order. But the interactive buttons titles aren't. Trying this out with de locale.
To Reproduce Steps to reproduce the behavior:
- Localize a DatePickerInput Field 'date': DatePickerInput(options={'locale': 'de'}),
- Click on the field
- Hover over the interactive buttons
- See error
Expected behavior I expect to see german as the tooltip.
Screenshots

Setup Information (please complete the following information):
- OS: Windows 10
- Browser firefox
- Python version 3.7
- Django version 2.1
- Bootstrap version 4
[x] I have followed the configuration instructions and checked out the common error troubleshooting page.
Thanks for your finding, we will look into it asap.
Turns out the tempus-dominus v4 doesn't support locale for tooltips. But the tooltips can be customised setting the tooltips option.