stoper la capture
This commit is contained in:
parent
2f5bebcaeb
commit
075f2f48ea
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user