CodeIgniter v4.6.2 Translations
New in this release 🎉
Added
- gu (Gujarati)
- hi (Hindi)
Changed
- ko (Korean)
- pl (Polish)
- sv-SE (Swedish)
Fixed
- fix: use
0as percent when file is missing forarray_sum()(#490) - fix translation testing (#492)
- Fix data provider order
Others
- Don't use branch alias for
codeigniter4/codeigniter4 - chore: use
system/util_bootstrap.phpfor non-test scripts - chore: make
bin/generate-changelogexecutable - Remove deprecated fixer
What's Changed
- fix: use
0as percent when file is missing forarray_sum()by @paulbalandan in #490 - fix: test translation by @michalsn in #492
- [pl] Add missing messages by @michalsn in #491
- [ko] fix: Updated comments and messages by @Terrorboy in #494
- [sv-SE] update of sv-SE to 4.6.1 by @tangix in #496
- [gu] Add Gujarati Translations by @patel-vansh in #497
- [hi] Add Hindi Translations by @patel-vansh in #498
New Contributors
- @patel-vansh made their first contribution in #497
Full Changelog: v4.6.1...v4.6.2