Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
refresh-translatable-pages.php File Reference

Script to ensure all translation pages are up to date. More...

Go to the source code of this file.

Classes

class  RefreshTranslatablePages
 Script to ensure all translation pages are up to date. More...
 

Variables

if(getenv( 'MW_INSTALL_PATH') !==false) else
 
 $IP = "$dir/../../.."
 
 $maintClass = RefreshTranslatablePages::class
 

Detailed Description

Script to ensure all translation pages are up to date.

Author
Niklas Laxström @license GPL-2.0-or-later

Definition in file refresh-translatable-pages.php.

Variable Documentation

◆ $IP

$IP = "$dir/../../.."

Definition at line 21 of file refresh-translatable-pages.php.

◆ $maintClass

$maintClass = RefreshTranslatablePages::class

Definition at line 77 of file refresh-translatable-pages.php.

◆ else

if (getenv('MW_INSTALL_PATH') !==false) else
Initial value:
{
$dir = __DIR__

Definition at line 19 of file refresh-translatable-pages.php.