spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
329 stars 196 forks source link

feat: Add Bangla language support for Bangladeshi holidays #182

Closed jfBiswajit closed 8 months ago

jfBiswajit commented 9 months ago

Contributing a new country ?

  1. Create a new class in the Countries directory. It should extend the Country class.
  2. Add a test for the new country in the tests directory.
  3. Run the tests so a snapshot gets created.
  4. Verify the result in the newly created snapshot is correct.
jfBiswajit commented 9 months ago

Thanks! Please check the changes. It returns Bangla names in English instead of Bangla font.

Nielsvanpach commented 8 months ago

Thanks!