Releases: lorisleiva/cron-translator
Releases · lorisleiva/cron-translator
v0.4.5
What's Changed
- chore: add tests for php 8.3 in GitHub actions by @Chris53897 in #44
- Refactor german language pack by @brainformatik in #45
New Contributors
- @brainformatik made their first contribution in #45
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
What's Changed
- Add zh-TW (aka zh-Hant) by @asika32764 in #39
New Contributors
- @asika32764 made their first contribution in #39
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Add tests for php 8.2 in GitHub actions by @Chris53897 in #33
- Added Vietnamese translations by @nphuly in #34
- Added Hindi translations by @saurabhsharma2u in #35
New Contributors
- @nphuly made their first contribution in #34
- @saurabhsharma2u made their first contribution in #35
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- translation - Add Romanian language by @SishoK718 in #32
New Contributors
- @SishoK718 made their first contribution in #32
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: drop support of php 7.4, add strong types by @Chris53897 in #29
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Slovak language support by @lamka02sk in #28
New Contributors
- @lamka02sk made their first contribution in #28
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add .gitattributes file to ignore paths when exporting by @michaeldyrynda in #25
- Added Chinese language. by @limingxinleo in #26
New Contributors
- @michaeldyrynda made their first contribution in #25
- @limingxinleo made their first contribution in #26
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Drop support for PHP 7.3
- Improve dependencies, typing and CI
Thanks @Chris53897 for your contribution! (#24)
v0.2.1
- 🌎 Added 5 more languages:
ar
(Arabic),de
(German),es
(Spanish),nl
(Dutch) andpt
(Portuguese). - ✏️ Fixed some existing translations.
- ✅ Added more tests.