Added PHP 8.2 support

This commit is contained in:
Bernd Bestel
2023-08-01 21:23:59 +02:00
parent 847337443d
commit 6c4cc00fd5
7 changed files with 19 additions and 9 deletions

View File

@@ -17,6 +17,8 @@ class LocalizationService
protected $Po;
protected $PoQu;
protected $Pot;
protected $PotMain;
@@ -25,6 +27,8 @@ class LocalizationService
protected $TranslatorQu;
protected $Culture;
private static $instanceMap = [];
public function CheckAndAddMissingTranslationToPot($text)