objecttothis

Results 355 comments of objecttothis

The exception handler for CI4 is super sexy. Obviously, that's only helpful for development and we will not want it to display exceptions in all their glory for production, but...

Also, currently only en-US language files in #3271 has been ported to the CI4 format. We need to figure out if we have to convert the rest of them by...

> @objecttothis aren't the language files already associative arrays at this point? We have a lang variable (array) with key and assign a value to it. The syntax you show...

From https://codeigniter.com/user_guide/installation/upgrade_4xx.html ![image](https://user-images.githubusercontent.com/17935339/163348547-7ce2a6da-f454-4566-8ba6-fda9ba2752e8.png) ![image](https://user-images.githubusercontent.com/17935339/163348613-dba184ea-2d62-411a-8a6d-397de7eb42f6.png) https://codeigniter.com/user_guide/installation/upgrade_localization.html gives the details of upgrading localization. The extensions of localizations that we did in 3.x is one of the things that I am unfamiliar with....

> @objecttothis Good point indeed, let's not extend it unless there is no other way. I'll have to look in to the customization to see what it does exactly and...

That is reasonable. By convert the files, they should already be in CI4 format... Or do you mean convert as in import them into weblate? Getting tests working first is...

+1 for English fallback. I don't have an opinion about GNU gettext, but any changes made would need to retain current functionality.

@jekkos thanks for wanting to help. Anything you can provide is definitely appreciated, but I understand if you have too many other things going on.

> It might indeed pay off to switch to a more actively maintained dependency. I would like to help out but not sure if I will find the time coming...