Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fallback property file for unknown locales
Fallback property file if the there is no property file which fits the locale. This should avoid following error: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key days at java.util.ResourceBundle.getObject(ResourceBundle.java:450) at java.util.ResourceBundle.getString(ResourceBundle.java:407) at com.cronutils.descriptor.CronDescriptor.describeDayOfMonth(CronDescriptor.java:92) at com.cronutils.descriptor.CronDescriptor.describe(CronDescriptor.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)
- Loading branch information