stoper la capture

This commit is contained in:
Fred Tempez 2022-10-04 14:33:07 +02:00
parent 2f5bebcaeb
commit 075f2f48ea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class helper
public static function translate($text)
{
helper::googleTranslate('fr_FR', 'fr_FR', $text);
//helper::googleTranslate('fr_FR', 'fr_FR', $text);
return (array_key_exists($text, core::$dialog) && !empty(core::$dialog[$text]) ? core::$dialog[$text] : $text);
}