Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
poimport.php File Reference

Imports gettext files exported from Special:Translate back. More...

Go to the source code of this file.

Classes

class  Poimport
 
class  PoImporter
 Parses a po file that has been exported from Mediawiki. More...
 
class  WikiWriter
 Import changes to wiki as given user. More...
 

Variables

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

Detailed Description

Imports gettext files exported from Special:Translate back.

Author
Niklas Laxström
Siebrand Mazeland

Definition in file poimport.php.

Variable Documentation

◆ $IP

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

Definition at line 21 of file poimport.php.

◆ $maintClass

$maintClass = Poimport::class

Definition at line 323 of file poimport.php.

◆ else

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

Definition at line 19 of file poimport.php.