Open Im0rtality opened 9 years ago
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=0
app/console ongr:translations:import Foo\\BarBundle\\FooBarBundle
Running app/console ongr:translations:import imports everything.
app/console ongr:translations:import
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.
match all
Please try to provide bundle namespace in quotes.
Same issue applies to running --config-only - default configuration does not match any locales/domains.
--config-only
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.