haavardj / ngx-cron-editor

Graphically build CRON expressions in Angular 15+
https://github.com/haavardj/ngx-cron-editor
MIT License
44 stars 101 forks source link

Internationalization support. #25

Closed sstinson91 closed 10 months ago

sstinson91 commented 1 year ago

This isn't so much an issue, more of a question - I'm using Angular's built in i18n for internationalization. I was wondering if there is a way to modifying the label text (e.g. hourly, weekly, monthly etc.) so I can localize the cron editor.

haavardj commented 11 months ago

i18n was not trivial to add for Angular libraries, but you can find an initial stab in the 25-internationalization-support branch. Let me know if you have issues, and feel free to add translations.

I will merge into master and release in a few days if everything works out.