bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.3k stars 169 forks source link

Locales: restructure with self contained locales #230

Closed bradymholt closed 2 years ago

bradymholt commented 2 years ago

For single locales, you can now just import the single locale:

import cronstrue from 'cronstrue/locales/es';
cronstrue.toString("*/5 * * * *");
bradymholt commented 2 years ago

Release as 2.1.0.

danielgindi commented 2 years ago

What about using with dynamically passing the locale? It's not possible after this PR.