Closed bradymholt closed 2 years ago
For single locales, you can now just import the single locale:
import cronstrue from 'cronstrue/locales/es'; cronstrue.toString("*/5 * * * *");
Release as 2.1.0.
What about using with dynamically passing the locale? It's not possible after this PR.
For single locales, you can now just import the single locale: