Fix my previous commit so that it might even work
[mediawiki.git] / maintenance / splitLanguageFiles.php
blobb80f38fc47dda032fe93b12b92879db8dc83e117
1 <?php
2 /**
3 * splitLanguageFiles
4 * Should read each of the languages files then split them in several subpart
5 * under ./languages/XX/ according to the arrays in splitLanguageFiles.inc .
7 * Also need to rewrite the wfMsg system / message-cache.
8 */
10 include('commandLine.inc');