<?php class Lang extends Fuel\Core\Lang { public static function get($line, array $params = array(), $default = null) { return \Str::tr(\Fuel::value(\Arr::get(static::$lines, $line, $default)), $params)?:$line; } }in APPPATH.'classes/lang.php'
Autoloader::add_classes(array( // Add classes you want to override here // Example: 'View' => APPPATH.'classes/view.php', 'Lang' => APPPATH.'classes/lang.php', ));to solve this .
It looks like you're new here. If you want to get involved, click one of these buttons!