Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
export-rename-language.php File Reference

Script to automate renaming of language codes in supported repos. More...

Go to the source code of this file.

Classes

class  ExportRenameLanguage
 

Variables

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

Detailed Description

Script to automate renaming of language codes in supported repos.

@license GPL-2.0-or-later

Definition in file export-rename-language.php.

Variable Documentation

◆ $IP

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

Definition at line 16 of file export-rename-language.php.

◆ $maintClass

$maintClass = ExportRenameLanguage::class

Definition at line 151 of file export-rename-language.php.

◆ else

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

Definition at line 14 of file export-rename-language.php.