Skip to content

Commit

Permalink
look for i18n one folder up
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 26, 2024
1 parent 961a33d commit 5860aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/LitSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function __construct(array $DATA, bool $directAccess = false)
];
$this->setLocale = setlocale(LC_ALL, $localeArray);
*/
$this->expectedTextDomainPath = __DIR__ . "/i18n";
$this->expectedTextDomainPath = __DIR__ . "/../i18n";
bindtextdomain("litexmplphp", $this->expectedTextDomainPath);
//textdomain("litcal");
$this->directAccess = $directAccess;
Expand Down

0 comments on commit 5860aaf

Please sign in to comment.