Skip to content

Commit

Permalink
Update Settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdforst committed Jun 15, 2023
1 parent 31e1286 commit b53c7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct($title, $slug = null)

public function loadTextdomain()
{
$mofile = dirname(__FILE__) . '/languages/rrze-wp-settings' . get_locale() . '.mo';
$mofile = dirname(__FILE__) . '/languages/rrze-wp-settings-' . get_locale() . '.mo';
load_textdomain('rrze-wp-settings', $mofile);
}

Expand Down

0 comments on commit b53c7a5

Please sign in to comment.