wiki.techinc.nl/maintenance/splitLanguageFiles.php
Ævar Arnfjörð Bjarmason 7bbe971aec * s~ +$~~
2006-01-07 13:09:30 +00:00

13 lines
286 B
PHP

<?php
/**
* splitLanguageFiles
* Should read each of the languages files then split them in several subpart
* under ./languages/XX/ according to the arrays in splitLanguageFiles.inc .
*
* Also need to rewrite the wfMsg system / message-cache.
*/
include('commandLine.inc');
?>