kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

InvalidPipeArgument: 'Missing locale data for the locale 'el' #97

Open PradneshShinde opened 2 years ago

PradneshShinde commented 2 years ago

In my angular project I have set up the feature of internationalization using angular-i18next library, When the language selected is English the datepicker works super fine.

But when I choose the language as 'el' i'm encountering an error as below :

image

Can some tell what am i missing , also what is the option to not localization changes happens to the datepicker

kekeh commented 2 years ago

Hi @PradneshShinde

el is valid locale on datepicker. You can test here that the el locale works ok on datepicker.

Here is example on how to set locale statically and how to change locale dynamically.

Can you add code example here about what you are trying to do? Also you can add demo about the error to stackblitz.