Fix code style issues
This commit is contained in:
@@ -70,11 +70,11 @@ class LanguageManager
|
|||||||
return Json::toString($me->translations);
|
return Json::toString($me->translations);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getTranslationsObject($lang = null)
|
public static function getTranslationsObject($lang = null)
|
||||||
{
|
{
|
||||||
$me = self::getInstance($lang);
|
$me = self::getInstance($lang);
|
||||||
return $me->translations;
|
return $me->translations;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function tran($text)
|
public static function tran($text)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user