schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
427 stars 291 forks source link

Compatibility with Symfony6 #565

Closed stevro closed 1 year ago

stevro commented 2 years ago

Hi, is anyone working on making this bundle compatible with Symfony 6.0|6.1 ?

burki commented 2 years ago

See https://packagist.org/packages/cvele/translation-bundle

adambenovic commented 1 year ago

any info on updating this bundle or merging that fork? would be useful so we can update our projects to sf 6.x

yellow1912 commented 1 year ago

Hello,

I have created a fork that:

  1. Merged the changes by cvele
  2. Updated with the latest code
  3. Add some minor fixes
  4. Changed the command to jms:translation:command-name to avoid conflict with symfony's translation command

https://github.com/Nilead/JMSTranslationBundle

To use this fork, you can add to your composer.js configs the new repositories vcs:

{
"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Nilead/JMSTranslationBundle"
    },
}

Please use the develop branch, this allows you to easily switch back to the original jms by simply changing the branch or version:

"jms/translation-bundle": "dev-develop",

goetas commented 1 year ago

https://github.com/schmittjoh/JMSTranslationBundle/pull/573

goetas commented 1 year ago

tag https://github.com/schmittjoh/JMSTranslationBundle/releases/tag/2.0.0-beta1