mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Language file cleanup
This commit is contained in:
@@ -335,6 +335,7 @@ class language{
|
||||
/**
|
||||
* Generic variable translator for LAN definitions.
|
||||
* @example $lng->translate("My name is [x] and I own a [y]", array('x'=>"John", 'y'=>"Cat"));
|
||||
* @deprecated Use $tp->lanVars() instead.
|
||||
*/
|
||||
function translate($lan, $array= array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user