t1m0n / air-datepicker

Lightweight, dependency-free JavaScript datepicker.
https://air-datepicker.com
MIT License
2.58k stars 1.36k forks source link

Rename pt-BR.js to ptBR.js #579

Closed guilhermeprp closed 5 months ago

guilhermeprp commented 6 months ago

Change the file name or the way files.ts.ts are generated.

Need changes to avoid errrors like this image

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
air-datepicker ❌ Failed (Inspect) Dec 27, 2023 0:53am
t1m0n commented 5 months ago

@guilhermeprp thanks for a bug report. But there is no sense in renaming files, especially in dist directory - they will be overwritten in future releases. You need to change the way those files are generated, and just use camelCase instead of kebab case in naming of variables.

You could make another PR if you wish to fix it by yourself, or add an issue, thank you!