Kdyby / Translation

Integration of Symfony/Translation into Nette Framework
https://packagist.org/packages/kdyby/translation
Other
89 stars 84 forks source link

php8 support #186

Open Borbina opened 3 years ago

Borbina commented 3 years ago

Is it possible to create support for php8^? I am not able to install it using nette after: composer update -W using "kdyby/translation": "3.0.x-dev", nor "kdyby/translation": "^3.0.2".

Problem 1

martincarda commented 3 years ago

please have you solved this problem somehow

Snooker147 commented 2 years ago

Hello, after some time of troubleshooting, I have found that in order to use translations with PHP 8 you need to use the Contributte\Translation package. It looks like it works exactly the same way as this package and it is maintained.

I think the author should put a notice that this package has been abanded in favor of the contributte one or atleast some indicator what to use with PHP 8