php-translation / symfony-bundle

Symfony integration for Translations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New translation key while upgrading from 0.12.3 .. 0.12.4

mcsky opened this issue · comments

commented

Hey :)

Our application upgraded from 0.12.3 .. 0.12.4 today. Then our CI failed with new translation keys untranslated.

After 1 hour of debugging it seems that it's this upgrade that cause the error.

Also, we had to force the php-translation/extractor package in 2.0.3 to fix the error.

Maybe something related with this service definition ?

The goal of this issue is to inform you.
Thanks for your work
Cheers

Hm, IIRC in a newer version there we more extractors added, so it might cause some new translation keys to appear. So you fixed the problem by translating those untranslated keys and upgrading php-translation/extractor to v2.0.3?