merge translations with those from theme

This commit is contained in:
AndreasErgenzinger 2013-04-17 10:34:29 +02:00
parent 6a5f5ce157
commit 7611d218df
1 changed files with 10 additions and 9 deletions

View File

@ -122,7 +122,8 @@ class OC_L10N{
)
&& file_exists($i18ndir.$lang.'.php')) {
// Include the file, save the data from $CONFIG
include strip_tags($i18ndir).strip_tags($lang).'.php';
$transFile = strip_tags($i18ndir).strip_tags($lang).'.php';
include $transFile;
if(isset($TRANSLATIONS) && is_array($TRANSLATIONS)) {
$this->translations = $TRANSLATIONS;
//merge with translations from theme