You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
When specifying one filter option (bundle/domain/locale), others should remain match all, thus running app/console ongr:translations:import Foo\\BarBundle\\FooBarBundle actually imports something useful.
The text was updated successfully, but these errors were encountered:
Current situation:
Running
app/console ongr:translations:import Foo\\BarBundle\\FooBarBundle
imports only keys (no locale translations) due to nulled locales not matching anything. See: https://www.dropbox.com/s/wussq60g5v2qgix/Screenshot%202015-03-02%2014.06.35.png?dl=0Running
app/console ongr:translations:import
imports everything.Proposal:
When specifying one filter option (bundle/domain/locale), others should remain
match all
, thus runningapp/console ongr:translations:import Foo\\BarBundle\\FooBarBundle
actually imports something useful.The text was updated successfully, but these errors were encountered: