Skip to content

Commit

Permalink
bind text domain in construction
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 26, 2024
1 parent 173b99e commit 42b97b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/src/LitSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public function __construct(array $DATA, bool $directAccess = false)
];
$this->setLocale = setlocale(LC_ALL, $localeArray);
*/
bindtextdomain("litexmplphp", "i18n");
//textdomain("litcal");
$this->directAccess = $directAccess;

$this->setVars($DATA);
Expand Down Expand Up @@ -194,8 +196,6 @@ private function updateSettingsByNation(string $stagingURL)
);
}
}
bindtextdomain("litexmplphp", "i18n");
//textdomain("litcal");
//ini_set('date.timezone', 'Europe/Vatican');
}

Expand Down

0 comments on commit 42b97b9

Please sign in to comment.