themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.29k stars 708 forks source link

How to change the language for datepicker when using СDN? #897

Closed devmitrandir closed 5 days ago

devmitrandir commented 2 weeks ago

Hello. I want to use dakatpicker as сdn. How to change language?

<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/datepicker.min.js"></script>

This does not work. Datepicker not found

<script>
Datepicker.locales.fr = ...
<script>
Lexachoc commented 5 days ago

I haven't tested it yet but in the documentation the locale file is mentioned. Perhaps that's what you're looking for.

zoltanszogyenyi commented 5 days ago

Hey @devmitrandir, @Lexachoc,

Please check the solution here: https://github.com/themesberg/flowbite/issues/32

Will add to the docs.