Skip to content

[FIX] Fixed the 0 error that was not displayed if there is no translated string and Added style in case the $wikipage parameter is given

axel mwenze requested to merge (removed):translation_perc into master

Description

  • Fixing the issue when 0 doesn't show if there isn't translated string
  • Adding style if the wikipage params is given
  • Adding translation tag to each text for it to be translated if needed
  • Refactoring some code
  • Displaying list and integrate bootstrap classes

Steps to test

  1. Create a wiki page ("stats" for exemple)
  2. navigate to your tiki installation folder in command line
  3. execute php doc\devtools\get_translation_percentage.php . pageName(stats for exemple)
  4. open your stats wiki page the result shall be printed to this page

Merge request reports