mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Added PHP 8.2 support
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user