Skip to content

Commit

Permalink
Remove loading local languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Nov 19, 2024
1 parent af5b849 commit 2d271d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Activation/ActivationModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ protected function markUpdatedOrNew()
*/
public function pluginInit()
{
load_plugin_textdomain(
'mollie-payments-for-woocommerce',
false,
dirname(plugin_basename($this->baseFile)) . '/languages/'
);

$this->markUpdatedOrNew();
$this->initDb();
}
Expand Down

0 comments on commit 2d271d7

Please sign in to comment.