* Fix for short_open_tag off again; please don't break this, guys
[mediawiki.git] / maintenance / splitLanguageFiles.php
blob04cd261e051b625afdd2ddd1c60ed2476d8254c5
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 .
6 *
7 * Also need to rewrite the wfMsg system / message-cache.
8 */
10 include('commandLine.inc');