Why we need picker.time reference in translations?
Open
minor annoyance
todo
- Dominant language
- JavaScript
- Stars
- 7.6k
- Forks
- 981
- PR merge metrics
- No merged PRs in 30d
Description
I've got `Uncaught TypeError: Cannot read property 'defaults' of undefined` in my translation file.
I've looked there
```
jQuery.extend( jQuery.fn.pickatime.defaults, {
clear: 'удалить'
});
```
I don't need `picktime` in my application and don't want to include it?
Can we split that to additional translation file?
Contributor guide
Assessment
This issue has not been assessed yet.