/langs/' .$s . ''; if($resource =='about/constitution') { $constitution = true; } else { $constitution = false; } if($resource =='about/license') { $license = true; } else { $license = false; } if ($s == '../_nav/langs/en.pot') { $file = substr(_po_file_switch($s, $l), 14); $note = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; $commit = '/_nav/langs/' . $file . ''; $file = '/_nav/langs/' . $file; $to_translate = '/_nav/langs/en.pot'; } else { $file = '/langs/' . _po_file_switch($s, $l); $note = ''; $commit = '' . $file . ''; } $constitution_or_license = ''; if($constitution) { $constitution_or_license .= '

Please translate separate constitution file fully into ' . $langs[$l] . ' first

'; $constitution_or_license .= '

You can find it in git.'; } $tx_resource_name = 'page-' . str_replace(array('../_nav/langs/en', '/'), array('nav', '-'), $resource); $tx_language_code = locale_hyphen_underscore($l, true); $num_of_untranslated_strings = 0; if($license) { $constitution_or_license .= '

Please translate separate license file into ' . $langs[$l] . ' first

'; $constitution_or_license .= '

You can find it as a part of a separate drakx translation file in git or in Transifex (it starts before '; $constitution_or_license .= 'the line with the string "1. License Agreement").'; // git doesn't work yet on https } if($constitution || $license) { $constitution_or_license .= ' Please read page on wiki for more information about that.

Then:

'; } ?> Missing language file

« back to the report page for

Missing language file -

Note that you can translate most of our web page resources online in Transifex.

Please take a look off the translation guide on the localization Wiki page too.

So, language file is missing in ', $l, ')' ?>. What can you do to help us?

    You can start translating the source file ' . $to_translate; echo ' in Transifex or any other gettext editor '; echo 'of your choice and rename it to ' . $file . '.' . $note . '' . PHP_EOL; ?>
  1. Then:

Thanks!