codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

Add locales summary to tests. #184

Closed sfadschm closed 3 years ago

sfadschm commented 3 years ago

This is an attempt to add a short summary notice about the failed and passed locale test at the end of the test results. Could be helpful espacially for multi-locale changes.

Still need to find a way to add the same functionality for AllLocalesTranlationTest.

sfadschm commented 3 years ago

This works as expected locally now. Do not know any way to test it live unfortunately, as continuous-integration will exit if no locales are changed.

paulbalandan commented 3 years ago

We'll test with the other PR.

sfadschm commented 3 years ago

Good idea :D Works as desired. Is the additional output useful?