MediaWiki  1.23.15
generateJsonI18n.php File Reference

Convert a PHP messages file to a set of JSON messages files. More...

Go to the source code of this file.

Classes

class  GenerateJsonI18n
 Maintenance script to generate JSON i18n files from a PHP i18n file. More...
 

Variables

 $maintClass = "GenerateJsonI18n"
 

Detailed Description

Convert a PHP messages file to a set of JSON messages files.

Usage: php generateJsonI18n.php ExtensionName.i18n.php i18n/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file generateJsonI18n.php.

Variable Documentation

◆ $maintClass

$maintClass = "GenerateJsonI18n"

Definition at line 196 of file generateJsonI18n.php.