/langs/' .$s . ''; } else { $gettext = false; $resource = _extract_resource($s, '.en.lang'); $file = _lang_file_switch($s, $l); $to_translate = ''; } if($resource =='constitution') { $constitution = true; } else { $constitution = false; } if($resource =='license') { $license = true; } else { $license = false; } if ($s == '../_nav/langs/en.lang') { $file = substr(_lang_file_switch($s, $l), 14); $note = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; $to_translate = ''; } else { $note = ''; $commit = 'web/www/trunk/langs/' . $file; } $constitution_or_license = ''; if($constitution) { $constitution_or_license .= '
You can find it in svn. '; } $num_of_untranslated_strings = 0; if($license) { $constitution_or_license .= '
You can find it in git. ', $l); // git doesn't work yet on https } if($constitution || $license) { $constitution_or_license .= 'Please read page on wiki for more information about that.
Then:
'; } ?>So, language file is missing in ', $l, ')' ?>. What can you do to help us?
' . $file . '
.' . $note . '' . PHP_EOL;
echo ' ' . $file . '
.' . $note . '
;mageia-i18n
, #mageia-i18n on Freenode).Thanks!