fix/i18n
Compare changes
- Bartek Jaskulski authored
Builder doesn't have to handle translations loading itself, as this is done by `wpdesk/wp-plugin-flow-common` and this responsibility is now duplicated. Sometimes loading i18n here may lead to conflicts because of invalid paths and destroy loading process. Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
+ 1
− 10
@@ -152,22 +152,13 @@ abstract class AbstractPlugin extends SlimPlugin {