* Added functions
This commit is contained in:
parent
443bffce7e
commit
6b9e9acbd9
1 changed files with 11 additions and 1 deletions
|
|
@ -21,6 +21,16 @@ require_once 'LanguageRu.php';
|
|||
/**
|
||||
*
|
||||
*/
|
||||
class LanguageCe extends LanguageRu {}
|
||||
class LanguageCe extends LanguageRu {
|
||||
|
||||
function getFallbackLanguage() {
|
||||
return 'ru';
|
||||
}
|
||||
|
||||
function getAllMessages() {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue